MG32L003 Standard Peripherals Firmware Library
Macros
RTC_Time_Definitions
MG32L003_StdPeriph_Driver
»
RTC
»
RTC_Exported_Constants
Macros
#define
IS_RTC_HOUR12
(HOUR) (((HOUR) > 0) && ((HOUR) <= 12))
#define
IS_RTC_HOUR24
(HOUR) ((HOUR) <= 23)
#define
IS_RTC_MINUTES
(MINUTES) ((MINUTES) <= 59)
#define
IS_RTC_SECONDS
(SECONDS) ((SECONDS) <= 59)
Detailed Description
Generated by megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.