Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_rtc.c101 uint32_t mask = NRF_RTC_INT_TICK_MASK | in nrfx_rtc_uninit()
226 uint32_t mask = NRF_RTC_INT_TICK_MASK; in nrfx_rtc_tick_enable()
239 uint32_t mask = NRF_RTC_INT_TICK_MASK; in nrfx_rtc_tick_disable()
305 if (nrf_rtc_int_enable_check(p_reg, NRF_RTC_INT_TICK_MASK) && nrf_rtc_event_check(p_reg, event)) in irq_handler()
/external/platform/nrfx/drivers/include/
A Dnrfx_rtc.h326 nrf_rtc_int_disable(p_instance->p_reg, NRF_RTC_INT_TICK_MASK | in nrfx_rtc_int_disable()
/external/platform/nrfx/hal/
A Dnrf_rtc.h90 NRF_RTC_INT_TICK_MASK = RTC_INTENSET_TICK_Msk, /**< RTC interrupt from tick event. */ enumerator

Completed in 5 milliseconds