CONFIG_SYSTEM_CLOCK_NO_WAIT
No wait
Type: bool
Help
System clock source is initiated but does not wait for clock readiness.
When this option is picked, system clock may not be ready when code relying
on kernel API is executed. Requested timeouts will be prolonged by the
remaining startup time.
Kconfig definition
At <Zephyr>/drivers/timer/Kconfig.nrf_rtc:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:30
→ <Zephyr>/drivers/timer/Kconfig:75
Menu path: (Top) → Device Drivers → Timer Drivers → nRF Real Time Counter (NRF_RTC1) Timer → Clock startup policy
config SYSTEM_CLOCK_NO_WAIT
bool "No wait"
depends on <choice>
help
System clock source is initiated but does not wait for clock readiness.
When this option is picked, system clock may not be ready when code relying
on kernel API is executed. Requested timeouts will be prolonged by the
remaining startup time.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)