|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "timerDmaCache.h"
Include dependency graph for timerDmaCache.c:Go to the source code of this file.
Functions | |
| static void | rccEnableAndReset (const stm32_tim_t *const timer) |
| void | timerDmaCache_cache (TimerDmaCache *tdcp, const DMADriver *fromDma, const stm32_tim_t *fromTim) |
| void | timerDmaCache_restore (const TimerDmaCache *tdcp, DMADriver *toDma, stm32_tim_t *toTim) |
|
static |
Definition at line 25 of file timerDmaCache.c.
References foo.
Referenced by timerDmaCache_restore().
Here is the caller graph for this function:| void timerDmaCache_cache | ( | TimerDmaCache * | tdcp, |
| const DMADriver * | fromDma, | ||
| const stm32_tim_t * | fromTim | ||
| ) |
Definition at line 9 of file timerDmaCache.c.
References foo.
Referenced by initCache().
Here is the caller graph for this function:| void timerDmaCache_restore | ( | const TimerDmaCache * | tdcp, |
| DMADriver * | toDma, | ||
| stm32_tim_t * | toTim | ||
| ) |
Definition at line 17 of file timerDmaCache.c.
References foo, and rccEnableAndReset().
Referenced by startCapture().
Here is the call graph for this function:
Here is the caller graph for this function: