Searched refs:RTC_LOAD_TIME_Pos (Results 1 – 6 of 6) sorted by relevance
64 RTCx->LOAD = (1 << RTC_LOAD_TIME_Pos); in RTC_Init()141 RTCx->LOAD = (1 << RTC_LOAD_TIME_Pos) | (1 << RTC_LOAD_ALARM_Pos); in RTC_AlarmSetup()
89 RTC->LOAD = 1 << RTC_LOAD_TIME_Pos; in swm_set_rtc_time_stamp()
88 RTC->LOAD = 1 << RTC_LOAD_TIME_Pos; in swm_set_rtc_time_stamp()
58 RTCx->LOAD = 1 << RTC_LOAD_TIME_Pos; in RTC_Init()
2908 #define RTC_LOAD_TIME_Pos 0 macro2909 #define RTC_LOAD_TIME_Msk (0x01 << RTC_LOAD_TIME_Pos)
3102 #define RTC_LOAD_TIME_Pos 0 macro3103 #define RTC_LOAD_TIME_Msk (0x01 << RTC_LOAD_TIME_Pos)
Completed in 47 milliseconds