Home
last modified time | relevance | path

Searched refs:nrf_clock_start_task_check (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h644 NRF_STATIC_INLINE bool nrf_clock_start_task_check(NRF_CLOCK_Type const * p_reg,
1091 NRF_STATIC_INLINE bool nrf_clock_start_task_check(NRF_CLOCK_Type const * p_reg, in nrf_clock_start_task_check() function
1242 return (nrf_clock_start_task_status_t)nrf_clock_start_task_check(p_reg, in nrf_clock_lf_start_task_status_get()
1280 return (nrf_clock_start_task_status_t)nrf_clock_start_task_check(p_reg, in nrf_clock_hf_start_task_status_get()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c413 else if (nrf_clock_start_task_check(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK)) in nrfx_clock_start()