Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c207 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()
/lk-master/platform/nrf52xxx/
A Dclock.c82 nrf_clock_lf_src_set(NRF_CLOCK, src); in nrf52_clock_lfclk_enable()
/lk-master/external/platform/nrfx/hal/
A Dnrf_clock.h403 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