dRonin
adbada4
dRonin firmware
|
#include <pios_ws2811_cfg.h>
Data Fields | |
TIM_TypeDef * | timer |
uint8_t | timer_chan |
GPIO_TypeDef * | led_gpio |
uint16_t | gpio_pin |
uint32_t | remap |
uint16_t | timer_dma_source |
DMA_Channel_TypeDef * | dma_chan |
uint32_t | dma_tcif |
uint8_t | dma_irqn |
TIM_TimeBaseInitTypeDef | clock_cfg |
uint8_t | fall_time_l |
uint8_t | fall_time_h |
NVIC_InitTypeDef | interrupt |
DMA_Stream_TypeDef * | bit_set_dma_stream |
uint32_t | bit_set_dma_channel |
DMA_Stream_TypeDef * | bit_clear_dma_stream |
uint32_t | bit_clear_dma_channel |
uint32_t | bit_clear_dma_tcif |
Definition at line 39 of file pios_ws2811_cfg.h.
uint32_t pios_ws2811_cfg::bit_clear_dma_channel |
Definition at line 54 of file pios_ws2811_cfg.h.
DMA_Stream_TypeDef* pios_ws2811_cfg::bit_clear_dma_stream |
Definition at line 53 of file pios_ws2811_cfg.h.
uint32_t pios_ws2811_cfg::bit_clear_dma_tcif |
Definition at line 55 of file pios_ws2811_cfg.h.
uint32_t pios_ws2811_cfg::bit_set_dma_channel |
Definition at line 51 of file pios_ws2811_cfg.h.
DMA_Stream_TypeDef* pios_ws2811_cfg::bit_set_dma_stream |
Definition at line 50 of file pios_ws2811_cfg.h.
TIM_TimeBaseInitTypeDef pios_ws2811_cfg::clock_cfg |
Definition at line 40 of file pios_ws2811_cfg.h.
uint8_t pios_ws2811_cfg::fall_time_h |
Definition at line 42 of file pios_ws2811_cfg.h.
uint8_t pios_ws2811_cfg::fall_time_l |
Definition at line 42 of file pios_ws2811_cfg.h.
NVIC_InitTypeDef pios_ws2811_cfg::interrupt |
Definition at line 44 of file pios_ws2811_cfg.h.