Searched refs:NRF_RTC_EVENT_TICK (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_rtc.c | 48 (event == NRF_RTC_EVENT_TICK ? "NRF_RTC_EVENT_TICK" : \ 231 NRF_RTC_EVENT_TICK, in nrfx_rtc_tick_enable() 282 uint32_t evt_to_process = NRFY_EVENT_TO_INT_BITMASK(NRF_RTC_EVENT_TICK) | in irq_handler() 302 if (event_mask & NRFY_EVENT_TO_INT_BITMASK(NRF_RTC_EVENT_TICK)) in irq_handler() 304 NRFX_LOG_DEBUG("Event: %s, reg: %p.", EVT_TO_STR(NRF_RTC_EVENT_TICK), p_reg); in irq_handler()
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_rtc.h | 95 __nrfy_internal_rtc_event_enabled_clear(p_reg, mask, NRF_RTC_EVENT_TICK); in nrfy_rtc_int_init() 405 (void)__nrfy_internal_rtc_event_handle(p_reg, mask, NRF_RTC_EVENT_TICK, &event_mask); in __nrfy_internal_rtc_events_process()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_rtc.h | 111 NRF_RTC_EVENT_TICK = offsetof(NRF_RTC_Type,EVENTS_TICK), /**< Tick event. */ enumerator
|