Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rtc.c49 (event == NRF_RTC_EVENT_OVERFLOW ? "NRF_RTC_EVENT_OVERFLOW" : \
250 NRF_RTC_EVENT_OVERFLOW, in nrfx_rtc_overflow_enable()
283 NRFY_EVENT_TO_INT_BITMASK(NRF_RTC_EVENT_OVERFLOW) | in irq_handler()
308 if (event_mask & NRFY_EVENT_TO_INT_BITMASK(NRF_RTC_EVENT_OVERFLOW)) in irq_handler()
310 NRFX_LOG_DEBUG("Event: %s, reg: %p.", EVT_TO_STR(NRF_RTC_EVENT_OVERFLOW), p_reg); in irq_handler()
/hal_nordic-latest/nrfx/haly/
Dnrfy_rtc.h96 __nrfy_internal_rtc_event_enabled_clear(p_reg, mask, NRF_RTC_EVENT_OVERFLOW); in nrfy_rtc_int_init()
407 (void)__nrfy_internal_rtc_event_handle(p_reg, mask, NRF_RTC_EVENT_OVERFLOW, &event_mask); in __nrfy_internal_rtc_events_process()
/hal_nordic-latest/nrfx/hal/
Dnrf_rtc.h112 NRF_RTC_EVENT_OVERFLOW = offsetof(NRF_RTC_Type,EVENTS_OVRFLW), /**< Overflow event. */ enumerator