Searched refs:RTC_H12_PM (Results 1 – 4 of 4) sorted by relevance
158 #define RTC_H12_PM ((uint8_t)0x40) macro159 #define IS_RTC_H12(PM) (((PM) == RTC_H12_AM) || ((PM) == RTC_H12_PM))
156 #define RTC_H12_PM ((uint8_t)0x40) macro157 #define IS_RTC_H12(PM) (((PM) == RTC_H12_AM) || ((PM) == RTC_H12_PM))
77 RTC_H12_PM /*!< Set RTC time to PM */ enumerator
73 RTC_H12_PM /*!< Set RTC time to PM */ enumerator
Completed in 653 milliseconds