|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | RTC_TAMPER_PULLUP_ENABLE 0x00000000U |
| #define | RTC_TAMPER_PULLUP_DISABLE RTC_TAFCR_TAMPPUDIS |
| #define | RTC_TAMPER_PULLUP_MASK RTC_TAFCR_TAMPPUDIS |
| #define RTC_TAMPER_PULLUP_DISABLE RTC_TAFCR_TAMPPUDIS |
Tamper pins are not pre-charged before sampling
Definition at line 235 of file stm32f4xx_hal_rtc_ex.h.
| #define RTC_TAMPER_PULLUP_ENABLE 0x00000000U |
Tamper pins are pre-charged before sampling
Definition at line 234 of file stm32f4xx_hal_rtc_ex.h.
| #define RTC_TAMPER_PULLUP_MASK RTC_TAFCR_TAMPPUDIS |
Masking all bits except bit TAMPPUDIS
Definition at line 236 of file stm32f4xx_hal_rtc_ex.h.