dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_dmashot_timer_cfg Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: