FastLED 3.9.13
|
LED Strip RMT specific configuration.
Definition at line 21 of file led_strip_rmt.h.
#include <led_strip_rmt.h>
Classes | |
struct | led_strip_rmt_extra_config |
Public Attributes | |
rmt_clock_source_t | clk_src |
uint32_t | resolution_hz |
size_t | mem_block_symbols |
struct led_strip_rmt_config_t::led_strip_rmt_extra_config | flags |
uint8_t | interrupt_priority |
rmt_clock_source_t led_strip_rmt_config_t::clk_src |
RMT clock source
Definition at line 22 of file led_strip_rmt.h.
struct led_strip_rmt_config_t::led_strip_rmt_extra_config led_strip_rmt_config_t::flags |
Extra driver flags
uint8_t led_strip_rmt_config_t::interrupt_priority |
RMT interrupt priority, 0-3 are valid values
Definition at line 29 of file led_strip_rmt.h.
size_t led_strip_rmt_config_t::mem_block_symbols |
How many RMT symbols can one RMT channel hold at one time. Set to 0 will fallback to use the default size. Extra RMT specific driver flags
Definition at line 24 of file led_strip_rmt.h.
uint32_t led_strip_rmt_config_t::resolution_hz |
RMT tick resolution, if set to zero, a default resolution (10MHz) will be applied
Definition at line 23 of file led_strip_rmt.h.