Searched refs:IS_RTC_TAMPER (Results 1 – 9 of 9) sorted by relevance
1687 assert_param(IS_RTC_TAMPER(sTamper->Tamper));1754 assert_param(IS_RTC_TAMPER(sTamper->Tamper));1850 assert_param(IS_RTC_TAMPER(sTamper->Tamper));1923 assert_param(IS_RTC_TAMPER(sTamper->Tamper));2024 assert_param(IS_RTC_TAMPER(Tamper));2053 assert_param(IS_RTC_TAMPER(Tamper));
374 assert_param( IS_RTC_TAMPER(sTamper->Tamper)); in HAL_RTCEx_SetTamper()527 assert_param( IS_RTC_TAMPER(sTamper->Tamper)); in HAL_RTCEx_SetTamper_IT()684 assert_param( IS_RTC_TAMPER(Tamper)); in HAL_RTCEx_DeactivateTamper()
1427 #define IS_RTC_TAMPER(__TAMPER__) ((((__TAMPER__) & RTC_TAMPER_ALL) != 0x00U) && \ macro1430 #define IS_RTC_TAMPER(TAMPER) ((((TAMPER) & (uint32_t)0xFFFFFFD6) == 0x00) && ((TAMPER) != 0U)) macro
331 #define IS_RTC_TAMPER(TAMPER) (((~(RTC_TAMPER_1|RTC_TAMPER_2|RTC_TAMPER_3) & (TAMPER)) == (uint32_t… macro333 #define IS_RTC_TAMPER(TAMPER) ((TAMPER) == RTC_TAMPER_1) macro
1074 assert_param(IS_RTC_TAMPER(sTamper->Tamper)); in HAL_RTCEx_SetTamper()1136 assert_param(IS_RTC_TAMPER(sTamper->Tamper)); in HAL_RTCEx_SetTamper_IT()1202 assert_param(IS_RTC_TAMPER(Tamper)); in HAL_RTCEx_DeactivateTamper()
1351 #define IS_RTC_TAMPER(TAMPER) ((((TAMPER) & ((uint32_t)(0xFFFFFFFFU ^ RTC_TAMPCR_TAMPXE))) == 0x0… macro
3057 #define IS_TAMPER IS_RTC_TAMPER
2953 #define IS_TAMPER IS_RTC_TAMPER
2908 #define IS_TAMPER IS_RTC_TAMPER