Searched refs:IS_RTC_LSESM (Results 1 – 4 of 4) sorted by relevance
165 #define IS_RTC_LSESM(x) ((x == RTC_LSESM_NORMAL) || (x == RTC_LSESM_FAST)) macro
177 #define IS_RTC_LSESM(x) ((x == RTC_LSESM_NORMAL) || (x == RTC_LSESM_FAST)) macro
124 Assert_Param(IS_RTC_LSESM(Mode)); in RTC_LSESMConfig()
118 Assert_Param(IS_RTC_LSESM(Mode)); in RTC_LSESMConfig()
Completed in 6 milliseconds