Searched defs:IS_RTC_TAMPER_ERASE_MODE (Results 1 – 2 of 2) sorted by relevance
1239 #define IS_RTC_TAMPER_ERASE_MODE(MODE) (((MODE) == RTC_TAMPER_ERASE_BACKUP_ENABLE) || \ macro
1660 #define IS_RTC_TAMPER_ERASE_MODE(__MODE__) (((__MODE__) == RTC_TAMPER_ERASE_BACKUP_ENABLE) ||… macro