Home
last modified time | relevance | path

Searched refs:RTC_TAMPERTRIGGER_LOWLEVEL (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc_ex.h247 #define RTC_TAMPERTRIGGER_LOWLEVEL 0x02u /*!< Warning : Filter must not be RTC_TAMPERFILT… macro
252 #define RTC_TAMPERTRIGGER_LOWLEVEL RTC_TAMPERTRIGGER_RISINGEDGE macro
1436 … ((__TRIGGER__) == RTC_TAMPERTRIGGER_LOWLEVEL) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc_ex.h225 #define RTC_TAMPERTRIGGER_LOWLEVEL RTC_TAMPERTRIGGER_RISINGEDGE macro
1359 ((TRIGGER) == RTC_TAMPERTRIGGER_LOWLEVEL) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc_ex.h345 #define RTC_TAMPERTRIGGER_LOWLEVEL RTC_TAMPERTRIGGER_RISINGEDGE macro
352 ((TRIGGER) == RTC_TAMPERTRIGGER_LOWLEVEL) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c1697 …->Filter != RTC_TAMPERFILTER_DISABLE) && ((sTamper->Trigger == RTC_TAMPERTRIGGER_LOWLEVEL) || (sTa…