Home
last modified time | relevance | path

Searched refs:IS_RTC_TAMPER (Results 1 – 9 of 9) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c1687 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));
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc_ex.c374 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()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc_ex.h1427 #define IS_RTC_TAMPER(__TAMPER__) ((((__TAMPER__) & RTC_TAMPER_ALL) != 0x00U) && \ macro
1430 #define IS_RTC_TAMPER(TAMPER) ((((TAMPER) & (uint32_t)0xFFFFFFD6) == 0x00) && ((TAMPER) != 0U)) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc_ex.h331 #define IS_RTC_TAMPER(TAMPER) (((~(RTC_TAMPER_1|RTC_TAMPER_2|RTC_TAMPER_3) & (TAMPER)) == (uint32_t… macro
333 #define IS_RTC_TAMPER(TAMPER) ((TAMPER) == RTC_TAMPER_1) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc_ex.c1074 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()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc_ex.h1351 #define IS_RTC_TAMPER(TAMPER) ((((TAMPER) & ((uint32_t)(0xFFFFFFFFU ^ RTC_TAMPCR_TAMPXE))) == 0x0… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h3057 #define IS_TAMPER IS_RTC_TAMPER
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h2953 #define IS_TAMPER IS_RTC_TAMPER
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h2908 #define IS_TAMPER IS_RTC_TAMPER