STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | RTC_TAMPERTRIGGER_RISINGEDGE 0x00000000U |
#define | RTC_TAMPERTRIGGER_FALLINGEDGE 0x00000002U |
#define | RTC_TAMPERTRIGGER_LOWLEVEL RTC_TAMPERTRIGGER_RISINGEDGE |
#define | RTC_TAMPERTRIGGER_HIGHLEVEL RTC_TAMPERTRIGGER_FALLINGEDGE |
#define RTC_TAMPERTRIGGER_RISINGEDGE 0x00000000U |
#include <stm32f4xx_hal_rtc_ex.h>
Definition at line 164 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERTRIGGER_FALLINGEDGE 0x00000002U |
#include <stm32f4xx_hal_rtc_ex.h>
Definition at line 165 of file stm32f4xx_hal_rtc_ex.h.
Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().
#define RTC_TAMPERTRIGGER_LOWLEVEL RTC_TAMPERTRIGGER_RISINGEDGE |
#include <stm32f4xx_hal_rtc_ex.h>
Definition at line 166 of file stm32f4xx_hal_rtc_ex.h.
#define RTC_TAMPERTRIGGER_HIGHLEVEL RTC_TAMPERTRIGGER_FALLINGEDGE |
#include <stm32f4xx_hal_rtc_ex.h>
Definition at line 167 of file stm32f4xx_hal_rtc_ex.h.