Searched refs:nrf_clock_start_task_check (Results 1 – 2 of 2) sorted by relevance
644 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() function1242 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()
413 else if (nrf_clock_start_task_check(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK)) in nrfx_clock_start()