Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h349 } nrf_clock_lfclk_t; typedef
672 NRF_STATIC_INLINE void nrf_clock_lf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_lfclk_t source);
686 NRF_STATIC_INLINE nrf_clock_lfclk_t nrf_clock_lf_src_get(NRF_CLOCK_Type const * p_reg);
702 NRF_STATIC_INLINE nrf_clock_lfclk_t nrf_clock_lf_actv_src_get(NRF_CLOCK_Type const * p_reg);
718 NRF_STATIC_INLINE nrf_clock_lfclk_t nrf_clock_lf_srccopy_get(NRF_CLOCK_Type const * p_reg);
1004 nrf_clock_lfclk_t source,
1143 (*(nrf_clock_lfclk_t *)p_clk_src) = (nrf_clock_lfclk_t)(p_reg->LFCLKSTAT.SRC); in nrf_clock_is_running()
1150 (*(nrf_clock_lfclk_t *)p_clk_src) = in nrf_clock_is_running()
1151 (nrf_clock_lfclk_t)((p_reg->NRF_LFCLKSTAT & NRF_CLOCK_LFCLKSTAT_SRC_Msk) in nrf_clock_is_running()
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()
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c259 static nrf_clock_lfclk_t clock_initial_lfclksrc_get(void) in clock_initial_lfclksrc_get()
264 return (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC; in clock_initial_lfclksrc_get()
279 static bool clock_lfclksrc_tweak(nrf_clock_lfclk_t * p_lfclksrc) in clock_lfclksrc_tweak()
405 nrf_clock_lfclk_t lfclksrc; in nrfx_clock_start()
780 nrf_clock_lfclk_t lfclksrc; in nrfx_clock_irq_handler()
785 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_irq_handler()