STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
RTCEx Time Stamp Edges definitions

Macros

#define RTC_TIMESTAMPEDGE_RISING   ((uint32_t)0x00000000U)
 
#define RTC_TIMESTAMPEDGE_FALLING   ((uint32_t)0x00000008U)
 

Detailed Description

Macro Definition Documentation

#define RTC_TIMESTAMPEDGE_FALLING   ((uint32_t)0x00000008U)

Definition at line 160 of file stm32f7xx_hal_rtc_ex.h.

#define RTC_TIMESTAMPEDGE_RISING   ((uint32_t)0x00000000U)

Definition at line 159 of file stm32f7xx_hal_rtc_ex.h.