Home
last modified time | relevance | path

Searched refs:isLeapYear (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() argument
19 if (IS_INVALID_MONTH(month) || (isLeapYear > RTC_TRUE)) { in RtcGetMonthDays()
24 days = RTC_TWO_MONTH_DAY + isLeapYear; in RtcGetMonthDays()
/drivers/hdf_core/framework/include/platform/
Drtc_base.h67 uint8_t RtcGetMonthDays(const uint8_t isLeapYear, const uint8_t month);