Home
last modified time | relevance | path

Searched refs:nrf_clock_lf_src_set (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c326 nrf_clock_lf_src_set(NRF_CLOCK, clock_initial_lfclksrc_get()); in nrfx_clock_enable()
442 nrf_clock_lf_src_set(NRF_CLOCK, lfclksrc); in nrfx_clock_start()
785 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h672 NRF_STATIC_INLINE void nrf_clock_lf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_lfclk_t source);
1201 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