FastLED 3.9.15
Loading...
Searching...
No Matches
fl::SpiChannelEngineAdapter::ControllerInfo Struct Reference

Detailed Description

Information about a registered SPI hardware controller.

Definition at line 127 of file spi_channel_adapter.h.

+ Collaboration diagram for fl::SpiChannelEngineAdapter::ControllerInfo:

Public Member Functions

 ControllerInfo (fl::shared_ptr< SpiHwBase > ctrl, int prio, const char *n)
 

Public Attributes

fl::vector< int > assignedClockPins
 Clock pins assigned to this controller.
 
fl::shared_ptr< SpiHwBase > controller
 Hardware instance.
 
bool isInitialized
 Whether begin() has been called.
 
fl::string name
 Name (e.g., "SPI2", "SPI3", "I2S0")
 
int priority
 Controller priority (higher = preferred)
 

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