Searched refs:nrf_clock_lf_src_set (Results 1 – 3 of 3) sorted by relevance
207 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_enable()276 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_start()283 nrf_clock_lf_src_set(NRF_CLOCK, NRF_CLOCK_LFCLK_RC); in nrfx_clock_start()541 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_irq_handler()
82 nrf_clock_lf_src_set(NRF_CLOCK, src); in nrf52_clock_lfclk_enable()
403 NRF_STATIC_INLINE void nrf_clock_lf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_lfclk_t source);840 NRF_STATIC_INLINE void nrf_clock_lf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_lfclk_t source) in nrf_clock_lf_src_set() function
Completed in 4 milliseconds