![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
| #define | RTC_TAMPERTRIGGER_RISINGEDGE ((uint32_t)0x00000000U) |
| #define | RTC_TAMPERTRIGGER_FALLINGEDGE ((uint32_t)0x00000002U) |
| #define | RTC_TAMPERTRIGGER_LOWLEVEL RTC_TAMPERTRIGGER_RISINGEDGE |
| #define | RTC_TAMPERTRIGGER_HIGHLEVEL RTC_TAMPERTRIGGER_FALLINGEDGE |
| #define RTC_TAMPERTRIGGER_FALLINGEDGE ((uint32_t)0x00000002U) |
Definition at line 200 of file stm32f7xx_hal_rtc_ex.h.
| #define RTC_TAMPERTRIGGER_HIGHLEVEL RTC_TAMPERTRIGGER_FALLINGEDGE |
Definition at line 202 of file stm32f7xx_hal_rtc_ex.h.
| #define RTC_TAMPERTRIGGER_LOWLEVEL RTC_TAMPERTRIGGER_RISINGEDGE |
Definition at line 201 of file stm32f7xx_hal_rtc_ex.h.
| #define RTC_TAMPERTRIGGER_RISINGEDGE ((uint32_t)0x00000000U) |
Definition at line 199 of file stm32f7xx_hal_rtc_ex.h.
1.8.11