dRonin
adbada4
dRonin firmware
|
Configuration struct to assign a DMA channel and stream to a timer, and optionally specify a master timer to update single timer registers of timers without DMA channel. More...
#include <pios_dmashot.h>
Data Fields | |
TIM_TypeDef * | timer |
DMA_Stream_TypeDef * | stream |
uint32_t | channel |
uint32_t | tcif |
TIM_TypeDef * | master_timer |
uint16_t | master_config |
Configuration struct to assign a DMA channel and stream to a timer, and optionally specify a master timer to update single timer registers of timers without DMA channel.
Definition at line 51 of file pios_dmashot.h.