Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/rtc/
Drtc_base.c14 uint8_t RtcGetMonthDays(const uint8_t isLeapYear, const uint8_t month) in RtcGetMonthDays() function
35 maxDay = RtcGetMonthDays(IS_LEAP_YEAR(year), month); in RtcIsInvalidDay()
68 days += RtcGetMonthDays(IS_LEAP_YEAR(time->year), month); in RtcGetWeekDay()
104 days += RtcGetMonthDays(IS_LEAP_YEAR(time->year), month); in RtcTimeToTimestamp()
132 while (days >= RtcGetMonthDays(IS_LEAP_YEAR(time->year), time->month)) { in TimestampToRtcTime()
133 days -= RtcGetMonthDays(IS_LEAP_YEAR(time->year), time->month); in TimestampToRtcTime()
/drivers/hdf_core/framework/include/platform/
Drtc_base.h67 uint8_t RtcGetMonthDays(const uint8_t isLeapYear, const uint8_t month);