Home
last modified time | relevance | path

Searched refs:Years (Results 1 – 2 of 2) sorted by relevance

/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/
A Dhal_rtc.c209 …if ( (init->Years < init->LYears) || (init->Years > init->HYears) ) /* Exceeding the specified y… in RTC_SetTimeBlocking()
214 for (uint16_t years = init->LYears; years < init->Years; years++) in RTC_SetTimeBlocking()
231 …if ( ( RTC_JudgeLeapYear(init->Years) ) && (months == 1u) ) /* The time is in a leap year and feb… in RTC_SetTimeBlocking()
288 init->Years = years; /* Get current years. */ in RTC_CalcTimeBlocking()
293 …if ( ( true == RTC_JudgeLeapYear(init->Years) ) && (months == 1u) ) /* The time is February of le… in RTC_CalcTimeBlocking()
/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/
A Dhal_rtc.h56 uint16_t Years; /*!< Specify the clock years. */ member

Completed in 5 milliseconds