Searched refs:SecondIEn (Results 1 – 6 of 6) sorted by relevance
61 RTCx->IE = (initStruct->SecondIEn << RTC_IE_SEC_Pos) | in RTC_Init()64 if(initStruct->SecondIEn | initStruct->MinuteIEn) in RTC_Init()
21 uint8_t SecondIEn; member
67 RTCx->IE = (initStruct->SecondIEn << RTC_IE_SEC_Pos) | in RTC_Init()70 if(initStruct->SecondIEn | initStruct->MinuteIEn) in RTC_Init()
25 uint8_t SecondIEn; member
106 rtc_initstruct.SecondIEn = 0; in swm_rtc_configure()
Completed in 14 milliseconds