Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c1695 assert_param(IS_RTC_TAMPER_PULLUP_STATE(sTamper->TamperPullUp));
1761 assert_param(IS_RTC_TAMPER_PULLUP_STATE(sTamper->TamperPullUp));
1857 assert_param(IS_RTC_TAMPER_PULLUP_STATE(sTamper->TamperPullUp));
1931 assert_param(IS_RTC_TAMPER_PULLUP_STATE(sTamper->TamperPullUp));
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc_ex.c381 assert_param(IS_RTC_TAMPER_PULLUP_STATE(sTamper->TamperPullUp)); in HAL_RTCEx_SetTamper()
535 assert_param(IS_RTC_TAMPER_PULLUP_STATE(sTamper->TamperPullUp)); in HAL_RTCEx_SetTamper_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc_ex.c1080 assert_param(IS_RTC_TAMPER_PULLUP_STATE(sTamper->TamperPullUp)); in HAL_RTCEx_SetTamper()
1142 assert_param(IS_RTC_TAMPER_PULLUP_STATE(sTamper->TamperPullUp)); in HAL_RTCEx_SetTamper_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc_ex.h1464 #define IS_RTC_TAMPER_PULLUP_STATE(__STATE__) (((__STATE__) == RTC_TAMPER_PULLUP_ENABLE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc_ex.h1390 #define IS_RTC_TAMPER_PULLUP_STATE(STATE) (((STATE) == RTC_TAMPER_PULLUP_ENABLE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc_ex.h453 #define IS_RTC_TAMPER_PULLUP_STATE(STATE) (((STATE) == RTC_TAMPER_PULLUP_ENABLE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h3063 #define IS_TAMPER_PULLUP_STATE IS_RTC_TAMPER_PULLUP_STATE
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h2959 #define IS_TAMPER_PULLUP_STATE IS_RTC_TAMPER_PULLUP_STATE
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h2914 #define IS_TAMPER_PULLUP_STATE IS_RTC_TAMPER_PULLUP_STATE