Searched refs:nrf_clock_is_running (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_clock.h | 660 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/ |
| D | nrfx_clock.h | 384 return nrf_clock_is_running(NRF_CLOCK, domain, p_clk_src); in nrfx_clock_is_running()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_clock.c | 406 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/ |
| D | CHANGELOG.md | 289 - Disabled array bounds warning for nrf_clock_is_running() function that was false positive in GCC …
|