Home
last modified time | relevance | path

Searched refs:IS_RTC_TAMPER_TRIGGER (Results 1 – 12 of 12) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_rtc_ex.c1759 assert_param(IS_RTC_TAMPER_TRIGGER(sTamper->Trigger));
1826 assert_param(IS_RTC_TAMPER_TRIGGER(sTamper->Trigger));
1918 assert_param(IS_RTC_TAMPER_TRIGGER(sTamper->Trigger));
1991 assert_param(IS_RTC_TAMPER_TRIGGER(sTamper->Trigger));
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_rtc_ex.c361 assert_param(IS_RTC_TAMPER_TRIGGER(sTamper->Trigger)); in HAL_RTCEx_SetTamper()
411 assert_param(IS_RTC_TAMPER_TRIGGER(sTamper->Trigger)); in HAL_RTCEx_SetTamper_IT()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_rtc_ex.c483 assert_param(IS_RTC_TAMPER_TRIGGER(sTamper->Trigger)); in HAL_RTCEx_SetTamper()
576 assert_param( IS_RTC_TAMPER_TRIGGER(sTamper->Trigger)); in HAL_RTCEx_SetTamper_IT()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_rtc_ex.h940 #define IS_RTC_TAMPER_TRIGGER(TRIGGER) (((TRIGGER) == RTC_TAMPERTRIGGER_RISINGEDGE) || \ macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_rtc_ex.h1234 #define IS_RTC_TAMPER_TRIGGER(TRIGGER) (((TRIGGER) == RTC_TAMPERTRIGGER_RISINGEDGE) || \ macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_rtc_ex.h1655 #define IS_RTC_TAMPER_TRIGGER(__TRIGGER__) (((__TRIGGER__) == RTC_TAMPERTRIGGER_RISINGEDGE) … macro
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3081 #define IS_TAMPER_TRIGGER IS_RTC_TAMPER_TRIGGER
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3107 #define IS_TAMPER_TRIGGER IS_RTC_TAMPER_TRIGGER
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3327 #define IS_TAMPER_TRIGGER IS_RTC_TAMPER_TRIGGER
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3422 #define IS_TAMPER_TRIGGER IS_RTC_TAMPER_TRIGGER
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3422 #define IS_TAMPER_TRIGGER IS_RTC_TAMPER_TRIGGER
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3430 #define IS_TAMPER_TRIGGER IS_RTC_TAMPER_TRIGGER