|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | RTC_TAMPERPRECHARGEDURATION_1RTCCLK 0x00000000U |
| #define | RTC_TAMPERPRECHARGEDURATION_2RTCCLK RTC_TAFCR_TAMPPRCH_0 |
| #define | RTC_TAMPERPRECHARGEDURATION_4RTCCLK RTC_TAFCR_TAMPPRCH_1 |
| #define | RTC_TAMPERPRECHARGEDURATION_8RTCCLK RTC_TAFCR_TAMPPRCH |
| #define | RTC_TAMPERPRECHARGEDURATION_MASK RTC_TAFCR_TAMPPRCH |
| #define RTC_TAMPERPRECHARGEDURATION_1RTCCLK 0x00000000U |
Tamper pins are pre-charged before sampling during 1 RTCCLK cycle
Definition at line 217 of file stm32f4xx_hal_rtc_ex.h.
| #define RTC_TAMPERPRECHARGEDURATION_2RTCCLK RTC_TAFCR_TAMPPRCH_0 |
Tamper pins are pre-charged before sampling during 2 RTCCLK cycles
Definition at line 219 of file stm32f4xx_hal_rtc_ex.h.
| #define RTC_TAMPERPRECHARGEDURATION_4RTCCLK RTC_TAFCR_TAMPPRCH_1 |
Tamper pins are pre-charged before sampling during 4 RTCCLK cycles
Definition at line 221 of file stm32f4xx_hal_rtc_ex.h.
| #define RTC_TAMPERPRECHARGEDURATION_8RTCCLK RTC_TAFCR_TAMPPRCH |
Tamper pins are pre-charged before sampling during 8 RTCCLK cycles
Definition at line 223 of file stm32f4xx_hal_rtc_ex.h.
| #define RTC_TAMPERPRECHARGEDURATION_MASK RTC_TAFCR_TAMPPRCH |
Masking all bits except those of field TAMPPRCH
Definition at line 225 of file stm32f4xx_hal_rtc_ex.h.