Searched refs:RTC_MINSECAL_SEC_Pos (Results 1 – 4 of 4) sorted by relevance
129 RTCx->MINSECAL = (alarmStruct->Second << RTC_MINSECAL_SEC_Pos) | in RTC_AlarmSetup()
135 RTCx->MINSECAL = (alarmStruct->Second << RTC_MINSECAL_SEC_Pos) | in RTC_AlarmSetup()
2928 #define RTC_MINSECAL_SEC_Pos 0 //闹钟秒设置 macro2929 #define RTC_MINSECAL_SEC_Msk (0x3F << RTC_MINSECAL_SEC_Pos)
3122 #define RTC_MINSECAL_SEC_Pos 0 //闹钟秒设置 macro3123 #define RTC_MINSECAL_SEC_Msk (0x3F << RTC_MINSECAL_SEC_Pos)
Completed in 42 milliseconds