Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
timerDmaCache.h
Go to the documentation of this file.
1#pragma once
2
3#include <ch.h>
4#include <hal.h>
5#include <string.h>
7
8
9
14
17
18
19
STM32 DMA subsystem driver header.
Structure representing a DMA driver.
uint16_t foo
Definition main_demo5.c:58
void timerDmaCache_restore(const TimerDmaCache *tdcp, DMADriver *toDma, stm32_tim_t *toTim)
void timerDmaCache_cache(TimerDmaCache *tdcp, const DMADriver *fromDma, const stm32_tim_t *fromTim)
stm32_tim_t TIM_regs
DMA_Stream_TypeDef DMA_regs