SPI RGB Module configuration.
Data Fields | |
SPI_MODULE_ID | module_id |
The SPI module to use. | |
uint32_t | baud_rate |
The Baud rate. | |
bool | use_enhanced_buffering |
Use enhanced buffer mode, not all chips support this. More... | |
bool SPIRGBConfiguration::use_enhanced_buffering |
Use enhanced buffer mode, not all chips support this.
Enhanced mode allows us to queue up multiple bytes of SPI data at once. In normal mode there may be delays between bytes.