Searched refs:RTC_IE_ALARM_Pos (Results 1 – 4 of 4) sorted by relevance
140 RTCx->IE |= (alarmStruct->AlarmIEn << RTC_IE_ALARM_Pos); in RTC_AlarmSetup()
145 RTCx->IE |= (alarmStruct->AlarmIEn << RTC_IE_ALARM_Pos); in RTC_AlarmSetup()
2958 #define RTC_IE_ALARM_Pos 4 macro2959 #define RTC_IE_ALARM_Msk (0x01 << RTC_IE_ALARM_Pos)
3152 #define RTC_IE_ALARM_Pos 4 macro3153 #define RTC_IE_ALARM_Msk (0x01 << RTC_IE_ALARM_Pos)
Completed in 43 milliseconds