Searched refs:DayThres (Results 1 – 2 of 2) sorted by relevance
516 u32 RTC_DayThresSet(u32 DayThres) in RTC_DayThresSet() argument522 assert_param(IS_RTC_DAY_THRES(DayThres)); in RTC_DayThresSet()525 temp |= (u32)((DayThres) << 23); in RTC_DayThresSet()
374 _LONG_CALL_ u32 RTC_DayThresSet(u32 DayThres);
Completed in 5 milliseconds