Searched refs:IS_RTC_ROWM (Results 1 – 4 of 4) sorted by relevance
182 #define IS_RTC_ROWM(x) ((x == RTC_ROWM_PULSE) || (x == RTC_ROWM_LEVEL)) macro
195 #define IS_RTC_ROWM(x) ((x == RTC_ROWM_PULSE) || (x == RTC_ROWM_LEVEL)) macro
328 Assert_Param(IS_RTC_ROWM(WMode)); in RTC_OutConfig()
337 Assert_Param(IS_RTC_ROWM(WMode)); in RTC_OutConfig()
Completed in 6 milliseconds