Searched refs:RTC_ALARM_EN_ENABLE0_MASK (Results 1 – 6 of 6) sorted by relevance
154 #define RTC_ALARM_EN_ENABLE0_MASK (0x1U) macro156 …ALARM_EN_ENABLE0_SET(x) (((uint32_t)(x) << RTC_ALARM_EN_ENABLE0_SHIFT) & RTC_ALARM_EN_ENABLE0_MASK)157 #define RTC_ALARM_EN_ENABLE0_GET(x) (((uint32_t)(x) & RTC_ALARM_EN_ENABLE0_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 8 milliseconds