Searched refs:pstCyc (Results 1 – 2 of 2) sorted by relevance
142 en_result_t Rtc_SetCyc(stc_rtc_cyccfg_t* pstCyc) in Rtc_SetCyc() argument145 M0P_RTC->CR0_f.PRDSEL = pstCyc->rtcPrdsel; in Rtc_SetCyc()146 if(pstCyc->rtcPrdsel == RtcPrds) in Rtc_SetCyc()148 M0P_RTC->CR0_f.PRDS = pstCyc->rtcPrds; in Rtc_SetCyc()150 else if(pstCyc->rtcPrdsel == RtcPrdx) in Rtc_SetCyc()152 if(pstCyc->rtcPrdx>=64) in Rtc_SetCyc()157 M0P_RTC->CR0_f.PRDX = pstCyc->rtcPrdx; in Rtc_SetCyc()
216 extern en_result_t Rtc_SetCyc(stc_rtc_cyccfg_t* pstCyc);
Completed in 8 milliseconds