Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_rtc.c143 uint32_t int_mask = RTC_CHANNEL_INT_MASK(channel); in nrfx_rtc_cc_disable()
177 uint32_t int_mask = RTC_CHANNEL_INT_MASK(channel); in nrfx_rtc_cc_set()
/external/platform/nrfx/hal/
A Dnrf_rtc.h61 #define RTC_CHANNEL_INT_MASK(ch) ((uint32_t)(NRF_RTC_INT_COMPARE0_MASK) << (ch)) macro

Completed in 3 milliseconds