Home
last modified time | relevance | path

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

/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/
A Dhal_rtc.c197 const uint8_t month_table[12u] = {31u, 28u, 31u, 30u, 31u, 30u, 31u, 31u, 30u, 31u, 30u, 31u}; variable
230 …seccnt += (uint32_t)month_table[months] * 86400u; /* Calculate the number of seconds of months, t… in RTC_SetTimeBlocking()
306 … if (days >= month_table[months]) /* Reach the maximum number of days in the current month. */ in RTC_CalcTimeBlocking()
308 days = days - month_table[months] + 28u; in RTC_CalcTimeBlocking()

Completed in 6 milliseconds