Searched refs:nrf_clock_lfclk_t (Results 1 – 4 of 4) sorted by relevance
152 } nrf_clock_lfclk_t; typedef417 NRF_STATIC_INLINE nrf_clock_lfclk_t nrf_clock_lf_src_get(NRF_CLOCK_Type const * p_reg);433 NRF_STATIC_INLINE nrf_clock_lfclk_t nrf_clock_lf_actv_src_get(NRF_CLOCK_Type const * p_reg);448 NRF_STATIC_INLINE nrf_clock_lfclk_t nrf_clock_lf_srccopy_get(NRF_CLOCK_Type const * p_reg);790 (*(nrf_clock_lfclk_t *)p_clk_src) = in nrf_clock_is_running()791 (nrf_clock_lfclk_t)((p_reg->LFCLKSTAT & CLOCK_LFCLKSTAT_SRC_Msk) in nrf_clock_is_running()845 NRF_STATIC_INLINE nrf_clock_lfclk_t nrf_clock_lf_src_get(NRF_CLOCK_Type const * p_reg) in nrf_clock_lf_src_get()847 return (nrf_clock_lfclk_t)(p_reg->LFCLKSRC); in nrf_clock_lf_src_get()852 nrf_clock_lfclk_t clk_src; in nrf_clock_lf_actv_src_get()857 NRF_STATIC_INLINE nrf_clock_lfclk_t nrf_clock_lf_srccopy_get(NRF_CLOCK_Type const * p_reg) in nrf_clock_lf_srccopy_get()[all …]
72 status_t nrf52_clock_lfclk_enable(nrf_clock_lfclk_t src) { in nrf52_clock_lfclk_enable()74 nrf_clock_lfclk_t current_src = nrf_clock_lf_actv_src_get(NRF_CLOCK); in nrf52_clock_lfclk_enable()
207 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_enable()270 nrf_clock_lfclk_t lfclksrc; in nrfx_clock_start()276 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_start()536 nrf_clock_lfclk_t lfclksrc; in nrfx_clock_irq_handler()541 nrf_clock_lf_src_set(NRF_CLOCK, (nrf_clock_lfclk_t)NRFX_CLOCK_CONFIG_LF_SRC); in nrfx_clock_irq_handler()
21 status_t nrf52_clock_lfclk_enable(nrf_clock_lfclk_t src);
Completed in 6 milliseconds