Lines Matching refs:source
672 NRF_STATIC_INLINE void nrf_clock_lf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_lfclk_t source);
754 NRF_STATIC_INLINE void nrf_clock_hf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_t source);
888 nrf_clock_hfclk_t source);
1004 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() argument
1204 p_reg->LFCLKCTRL.SRC = (uint32_t)(source); in nrf_clock_lf_src_set()
1206 p_reg->NRF_LFCLKSRC = (uint32_t)(source); in nrf_clock_lf_src_set()
1248 NRF_STATIC_INLINE void nrf_clock_hf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_t source) in nrf_clock_hf_src_set() argument
1250 p_reg->HFCLKSRC = (uint32_t)(source); in nrf_clock_hf_src_set()
1328 NRF_STATIC_INLINE void nrf_clock_hfclk192m_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_t source) in nrf_clock_hfclk192m_src_set() argument
1330 p_reg->HFCLK192MSRC = (uint32_t)(source); in nrf_clock_hfclk192m_src_set()
1492 nrf_clock_lfclk_t source, in nrf_clock_config_bypass_enable_set() argument
1495 switch (source) in nrf_clock_config_bypass_enable_set()