FastLED 3.9.13
Loading...
Searching...
No Matches
led_strip_spi_config_t Struct Reference

Detailed Description

LED Strip SPI specific configuration.

Definition at line 20 of file led_strip_spi.h.

#include <led_strip_spi.h>

Public Attributes

spi_clock_source_t clk_src
 
spi_host_device_t spi_bus
 
struct { 
 
   uint32_t   with_dma: 1 
 
flags 
 

Member Data Documentation

◆ clk_src

spi_clock_source_t led_strip_spi_config_t::clk_src

SPI clock source

Definition at line 21 of file led_strip_spi.h.

◆ [struct]

struct { ... } led_strip_spi_config_t::flags

Extra driver flags

◆ spi_bus

spi_host_device_t led_strip_spi_config_t::spi_bus

SPI bus ID. Which buses are available depends on the specific chip

Definition at line 22 of file led_strip_spi.h.

◆ with_dma

uint32_t led_strip_spi_config_t::with_dma

Use DMA to transmit data

Definition at line 24 of file led_strip_spi.h.


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