Searched refs:nrf_clock_int_enable (Results 1 – 2 of 2) sorted by relevance
424 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_LF_STARTED_MASK); in nrfx_clock_start()488 nrf_clock_int_enable(NRF_CLOCK, int_mask); in nrfx_clock_start()542 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_DONE_MASK); in nrfx_clock_calibration_start()588 nrf_clock_int_enable(NRF_CLOCK, int_mask); in nrfx_clock_xo_tune_start()661 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_CTTO_MASK); in nrfx_clock_calibration_timer_start()865 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_XOTUNEERROR_MASK); in nrfx_clock_irq_handler()
547 NRF_STATIC_INLINE void nrf_clock_int_enable(NRF_CLOCK_Type * p_reg, uint32_t mask);1041 NRF_STATIC_INLINE void nrf_clock_int_enable(NRF_CLOCK_Type * p_reg, uint32_t mask) in nrf_clock_int_enable() function