Home
last modified time | relevance | path

Searched refs:NRF_RTC_CHANNEL_EVENT_ADDR (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rtc.c153 nrf_rtc_event_t event = NRF_RTC_CHANNEL_EVENT_ADDR(channel); in nrfx_rtc_cc_disable()
187 nrf_rtc_event_t event = NRF_RTC_CHANNEL_EVENT_ADDR(channel); in nrfx_rtc_cc_set()
/hal_nordic-latest/nrfx/hal/
Dnrf_rtc.h90 #define NRF_RTC_CHANNEL_EVENT_ADDR(ch) \ macro