-
CONFIG_GPIO_HT16K33_INIT_PRIORITY
¶
Driver init priority
Type: int
Help¶
Device driver initialization priority. This driver must be
initialized after the HT16K33 LED driver.
Default¶
99
Kconfig definition¶
At <Zephyr>/drivers/gpio/Kconfig.ht16k33:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:34
→ <Zephyr>/drivers/gpio/Kconfig:72
Menu path: (Top) → Device Drivers → GPIO Drivers → HT16K33 keyscan driver
config GPIO_HT16K33_INIT_PRIORITY
int "Driver init priority"
default 99
depends on GPIO_HT16K33 && GPIO
help
Device driver initialization priority. This driver must be
initialized after the HT16K33 LED driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)