Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rtc.c233 static uint8_t RTC_IsLeapYear(uint16_t nYear);
1845 if (RTC_IsLeapYear(year)) in RTC_DateUpdate()
1880 static uint8_t RTC_IsLeapYear(uint16_t nYear) in RTC_IsLeapYear() function