Searched refs:RTC_LOAD_ALARM_Pos (Results 1 – 4 of 4) sorted by relevance
135 RTCx->LOAD = 1 << RTC_LOAD_ALARM_Pos; in RTC_AlarmSetup()
141 RTCx->LOAD = (1 << RTC_LOAD_TIME_Pos) | (1 << RTC_LOAD_ALARM_Pos); in RTC_AlarmSetup()
2910 #define RTC_LOAD_ALARM_Pos 1 macro2911 #define RTC_LOAD_ALARM_Msk (0x01 << RTC_LOAD_ALARM_Pos)
3104 #define RTC_LOAD_ALARM_Pos 1 macro3105 #define RTC_LOAD_ALARM_Msk (0x01 << RTC_LOAD_ALARM_Pos)
Completed in 45 milliseconds