nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ skip_wait_lfclk_started

bool mpsl_clock_lfclk_cfg_t::skip_wait_lfclk_started

Determines whether MPSL waits for the low frequency clock to start during initialization or not. If it is set to true, MPSL will wait for the low frequency clock later, before the low frequency clock is used for the first time. Default value is MPSL_DEFAULT_SKIP_WAIT_LFCLK_STARTED.

Note
If this option is set to true and the application writes to NRF_CLOCK->TASKS_LFCLKSTART before mpsl_init() is called, the application shall either:
  • Write to NRF_CLOCK->TASKS_LFCLKSTOP.
  • Keep NRF_CLOCK->EVENTS_LFCLKSTARTED untouched.