Searched refs:nrf_clock_int_enable (Results 1 – 2 of 2) sorted by relevance
288 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_LF_STARTED_MASK); in nrfx_clock_start()296 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_HF_STARTED_MASK); in nrfx_clock_start()302 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_HF192M_STARTED_MASK); in nrfx_clock_start()309 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_HFAUDIO_STARTED_MASK); in nrfx_clock_start()402 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_DONE_MASK); in nrfx_clock_calibration_start()437 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_CTTO_MASK); in nrfx_clock_calibration_timer_start()
295 NRF_STATIC_INLINE void nrf_clock_int_enable(NRF_CLOCK_Type * p_reg, uint32_t mask);711 NRF_STATIC_INLINE void nrf_clock_int_enable(NRF_CLOCK_Type * p_reg, uint32_t mask) in nrf_clock_int_enable() function
Completed in 5 milliseconds