Home
last modified time | relevance | path

Searched refs:nrf_clock_is_running (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h660 NRF_STATIC_INLINE bool nrf_clock_is_running(NRF_CLOCK_Type const * p_reg,
1131 NRF_STATIC_INLINE bool nrf_clock_is_running(NRF_CLOCK_Type const * p_reg, in nrf_clock_is_running() function
1222 (void)nrf_clock_is_running(p_reg, NRF_CLOCK_DOMAIN_LFCLK, &clk_src); in nrf_clock_lf_actv_src_get()
1236 return nrf_clock_is_running(p_reg, NRF_CLOCK_DOMAIN_LFCLK, NULL); in nrf_clock_lf_is_running()
1273 bool ret = nrf_clock_is_running(p_reg, NRF_CLOCK_DOMAIN_HFCLK, &active_clk_src); in nrf_clock_hf_is_running()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_clock.h384 return nrf_clock_is_running(NRF_CLOCK, domain, p_clk_src); in nrfx_clock_is_running()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c406 if (nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &lfclksrc)) in nrfx_clock_start()
781 (void)nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &lfclksrc); in nrfx_clock_irq_handler()
/hal_nordic-latest/nrfx/
DCHANGELOG.md289 - Disabled array bounds warning for nrf_clock_is_running() function that was false positive in GCC …