Searched refs:p_clk_src (Results 1 – 3 of 3) sorted by relevance
134 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src);382 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src) in nrfx_clock_is_running() argument384 return nrf_clock_is_running(NRF_CLOCK, domain, p_clk_src); in nrfx_clock_is_running()
662 void * p_clk_src);1133 void * p_clk_src) in nrf_clock_is_running() argument1141 if (p_clk_src != NULL) in nrf_clock_is_running()1143 (*(nrf_clock_lfclk_t *)p_clk_src) = (nrf_clock_lfclk_t)(p_reg->LFCLKSTAT.SRC); in nrf_clock_is_running()1148 if (p_clk_src != NULL) in nrf_clock_is_running()1150 (*(nrf_clock_lfclk_t *)p_clk_src) = in nrf_clock_is_running()1159 if (p_clk_src != NULL) in nrf_clock_is_running()1164 (*(nrf_clock_hfclk_t *)p_clk_src) = clock_running ? NRF_CLOCK_HFCLK_HIGH_ACCURACY : in nrf_clock_is_running()1167 (*(nrf_clock_hfclk_t *)p_clk_src) = in nrf_clock_is_running()1177 if (p_clk_src != NULL) in nrf_clock_is_running()[all …]
243 nrf_clock_hfclk_t *p_clk_src = (domain == NRF_CLOCK_DOMAIN_HFCLK) ? &clk_src : NULL; in clock_stop() local244 NRFX_WAIT_FOR((!nrfx_clock_is_running(domain, p_clk_src) || in clock_stop()245 (p_clk_src && clk_src != NRF_CLOCK_HFCLK_HIGH_ACCURACY)), 10000, 1, stopped); in clock_stop()