Searched refs:RTC_IE_SEC_Pos (Results 1 – 4 of 4) sorted by relevance
61 RTCx->IE = (initStruct->SecondIEn << RTC_IE_SEC_Pos) | in RTC_Init()
67 RTCx->IE = (initStruct->SecondIEn << RTC_IE_SEC_Pos) | in RTC_Init()
2950 #define RTC_IE_SEC_Pos 0 //秒中断使能 macro2951 #define RTC_IE_SEC_Msk (0x01 << RTC_IE_SEC_Pos)
3144 #define RTC_IE_SEC_Pos 0 //秒中断使能 macro3145 #define RTC_IE_SEC_Msk (0x01 << RTC_IE_SEC_Pos)
Completed in 41 milliseconds