STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
RTCEx Tamper Pin Precharge Duration Definitions

Macros

#define RTC_TAMPERPRECHARGEDURATION_1RTCCLK   ((uint32_t)0x00000000U)
 
#define RTC_TAMPERPRECHARGEDURATION_2RTCCLK   ((uint32_t)0x00002000U)
 
#define RTC_TAMPERPRECHARGEDURATION_4RTCCLK   ((uint32_t)0x00004000U)
 
#define RTC_TAMPERPRECHARGEDURATION_8RTCCLK   ((uint32_t)0x00006000U)
 

Detailed Description

Macro Definition Documentation

#define RTC_TAMPERPRECHARGEDURATION_1RTCCLK   ((uint32_t)0x00000000U)

Tamper pins are pre-charged before sampling during 1 RTCCLK cycle

Definition at line 277 of file stm32f7xx_hal_rtc_ex.h.

#define RTC_TAMPERPRECHARGEDURATION_2RTCCLK   ((uint32_t)0x00002000U)

Tamper pins are pre-charged before sampling during 2 RTCCLK cycles

Definition at line 280 of file stm32f7xx_hal_rtc_ex.h.

#define RTC_TAMPERPRECHARGEDURATION_4RTCCLK   ((uint32_t)0x00004000U)

Tamper pins are pre-charged before sampling during 4 RTCCLK cycles

Definition at line 283 of file stm32f7xx_hal_rtc_ex.h.

#define RTC_TAMPERPRECHARGEDURATION_8RTCCLK   ((uint32_t)0x00006000U)

Tamper pins are pre-charged before sampling during 8 RTCCLK cycles

Definition at line 286 of file stm32f7xx_hal_rtc_ex.h.