-
CONFIG_LPD880X_STRIP_SPI_BAUD_RATE
¶
Strip clock line frequency
Type: int
Help¶
SPI clock rate, in Hz, to use while driving the strip. The recommended maximum is 2 MHz (2000000); the absolute maximum is 20 MHz (20000000). If unsure, accept the default value.
Defaults¶
- 2000000 if
LPD880X_STRIP
&&LED_STRIP
Kconfig definition¶
At drivers/led_strip/Kconfig.lpd880x:37
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:76
→ drivers/led_strip/Kconfig:44
Menu path: (top menu) → Device Drivers → LED strip drivers → Enable LPD880x SPI LED strip driver
config LPD880X_STRIP_SPI_BAUD_RATE int prompt "Strip clock line frequency" ifLPD880X_STRIP
&&LED_STRIP
default 2000000 ifLPD880X_STRIP
&&LED_STRIP
depends onLPD880X_STRIP
&&LED_STRIP
help SPI clock rate, in Hz, to use while driving the strip. The recommended maximum is 2 MHz (2000000); the absolute maximum is 20 MHz (20000000). If unsure, accept the default value.
(Definitions include propagated dependencies, including from if’s and menus.)