Searched refs:IS_RTC_TEMP_INT (Results 1 – 4 of 4) sorted by relevance
252 if (!IS_RTC_TEMP_INT(fp_Temper->u32_InterruptEN)) return; in HAL_RTC_Tamper()
592 #define IS_RTC_TEMP_INT(__INT__) (((__INT__) == RTC_TEMP_INT_ENABLE) || \ macro
594 #define IS_RTC_TEMP_INT(__INT__) (((__INT__) == RTC_TEMP_INT_ENABLE) || \ macro
Completed in 8 milliseconds