Searched refs:RTC_ALARM_EN_ENABLE1_MASK (Results 1 – 6 of 6) sorted by relevance
142 #define RTC_ALARM_EN_ENABLE1_MASK (0x2U) macro144 …ALARM_EN_ENABLE1_SET(x) (((uint32_t)(x) << RTC_ALARM_EN_ENABLE1_SHIFT) & RTC_ALARM_EN_ENABLE1_MASK)145 #define RTC_ALARM_EN_ENABLE1_GET(x) (((uint32_t)(x) & RTC_ALARM_EN_ENABLE1_MASK) >> RTC_ALARM_EN_EN…
99 uint32_t mask = (index == 0U) ? RTC_ALARM_EN_ENABLE0_MASK : RTC_ALARM_EN_ENABLE1_MASK; in rtc_enable_alarm_interrupt()
Completed in 18 milliseconds