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.

Direct dependencies

LPD880X_STRIP && LED_STRIP

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/led_strip/Kconfig.lpd880x:37

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:76drivers/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" if LPD880X_STRIP && LED_STRIP
    default 2000000 if LPD880X_STRIP && LED_STRIP
    depends on LPD880X_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.)