|
FastLED 3.9.15
|
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) | |