Searched refs:nrf_clock_hfclk_div_t (Results 1 – 3 of 3) sorted by relevance
149 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()
403 } nrf_clock_hfclk_div_t; typedef850 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 …]
681 nrf_clock_hfclk_div_t div) in nrfx_clock_divider_set()