Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_rtc.c337 assert_param(IS_RTC_MINUTES(RTC_TimeStruct->RTC_Minutes)); in RTC_SetTime()
348 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_TimeStruct->RTC_Minutes))); in RTC_SetTime()
599 assert_param(IS_RTC_MINUTES(RTC_AlarmStruct->RTC_AlarmTime.RTC_Minutes)); in RTC_SetAlarm()
611 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_AlarmStruct->RTC_AlarmTime.RTC_Minutes))); in RTC_SetAlarm()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_rtc.h216 #define IS_RTC_MINUTES(MINUTES) ((MINUTES) <= 59) macro

Completed in 5 milliseconds