Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h373 } nrf_clock_hfclk_t; typedef
754 NRF_STATIC_INLINE void nrf_clock_hf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_t source);
770 NRF_STATIC_INLINE nrf_clock_hfclk_t nrf_clock_hf_src_get(NRF_CLOCK_Type const * p_reg);
784 nrf_clock_hfclk_t clk_src);
888 nrf_clock_hfclk_t source);
900 NRF_STATIC_INLINE nrf_clock_hfclk_t nrf_clock_hfclk192m_src_get(NRF_CLOCK_Type const * p_reg);
1164 (*(nrf_clock_hfclk_t *)p_clk_src) = clock_running ? NRF_CLOCK_HFCLK_HIGH_ACCURACY : in nrf_clock_is_running()
1167 (*(nrf_clock_hfclk_t *)p_clk_src) = in nrf_clock_is_running()
1168 (nrf_clock_hfclk_t)((p_reg->NRF_HFCLKSTAT & CLOCK_HFCLKSTAT_SRC_Msk) in nrf_clock_is_running()
1179 (*(nrf_clock_hfclk_t *)p_clk_src) = in nrf_clock_is_running()
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c242 nrf_clock_hfclk_t clk_src = NRF_CLOCK_HFCLK_HIGH_ACCURACY; in clock_stop()
243 nrf_clock_hfclk_t *p_clk_src = (domain == NRF_CLOCK_DOMAIN_HFCLK) ? &clk_src : NULL; in clock_stop()
331 nrf_clock_hfclk192m_src_set(NRF_CLOCK, (nrf_clock_hfclk_t)NRFX_CLOCK_CONFIG_HFCLK192M_SRC); in nrfx_clock_enable()
509 nrf_clock_hfclk_t clk_src; in nrfx_clock_calibration_start()
576 nrf_clock_hfclk_t hfclksrc = nrf_clock_hf_src_get(NRF_CLOCK); in nrfx_clock_xo_tune_start()
620 nrf_clock_hfclk_t hfclksrc = nrf_clock_hf_src_get(NRF_CLOCK); in nrfx_clock_xo_tune_abort()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_clock.h389 nrf_clock_hfclk_t clk_src; in nrfx_clock_hfclk_is_running()