Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_clock.h149 nrf_clock_hfclk_div_t div);
159 NRFX_STATIC_INLINE nrf_clock_hfclk_div_t nrfx_clock_divider_get(nrf_clock_domain_t domain);
333 NRFX_STATIC_INLINE nrf_clock_hfclk_div_t nrfx_clock_divider_get(nrf_clock_domain_t domain) in nrfx_clock_divider_get()
347 return (nrf_clock_hfclk_div_t)0; in nrfx_clock_divider_get()
/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h403 } nrf_clock_hfclk_div_t; typedef
850 nrf_clock_hfclk_div_t divider);
859 NRF_STATIC_INLINE nrf_clock_hfclk_div_t nrf_clock_hfclk_div_get(NRF_CLOCK_Type const * p_reg);
870 nrf_clock_hfclk_div_t divider);
879 NRF_STATIC_INLINE nrf_clock_hfclk_div_t nrf_clock_hfclk192m_div_get(NRF_CLOCK_Type const * p_reg);
1301 void nrf_clock_hfclk_div_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_div_t divider) in nrf_clock_hfclk_div_set()
1307 NRF_STATIC_INLINE nrf_clock_hfclk_div_t nrf_clock_hfclk_div_get(NRF_CLOCK_Type const * p_reg) in nrf_clock_hfclk_div_get()
1309 return (nrf_clock_hfclk_div_t)((p_reg->HFCLKCTRL & CLOCK_HFCLKCTRL_HCLK_Msk) in nrf_clock_hfclk_div_get()
1316 void nrf_clock_hfclk192m_div_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_div_t divider) in nrf_clock_hfclk192m_div_set()
1322 NRF_STATIC_INLINE nrf_clock_hfclk_div_t nrf_clock_hfclk192m_div_get(NRF_CLOCK_Type const * p_reg) in nrf_clock_hfclk192m_div_get()
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c681 nrf_clock_hfclk_div_t div) in nrfx_clock_divider_set()