-
CONFIG_BOARD_VDD_PWR_CTRL_INIT_PRIORITY
¶
VDD power rail init priority
Type: int
Help¶
Initialization priority for the VDD power rail. Has to be greater than GPIO_NRF_INIT_PRIORITY.
Default¶
50
Kconfig definition¶
At boards/arm/nrf52_pca20020/Kconfig:8
Included via Kconfig:8
→ Kconfig.zephyr:30
→ boards/Kconfig:32
Menu path: (Top) → Board Options
config BOARD_VDD_PWR_CTRL_INIT_PRIORITY int "VDD power rail init priority" default 50 depends onGPIO
&&BOARD_NRF52_PCA20020
help Initialization priority for the VDD power rail. Has to be greater than GPIO_NRF_INIT_PRIORITY.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)