STM32F439xx HAL User Manual
Defines
TIMESTAMP EDGE
RTC Exported Constants

Defines

#define LL_RTC_TIMESTAMP_EDGE_RISING   0x00000000U
#define LL_RTC_TIMESTAMP_EDGE_FALLING   RTC_CR_TSEDGE

Define Documentation

#define LL_RTC_TIMESTAMP_EDGE_FALLING   RTC_CR_TSEDGE

RTC_TS input falling edge generates a time-stamp even

Definition at line 434 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_TIMESTAMP_EDGE_RISING   0x00000000U

RTC_TS input rising edge generates a time-stamp event

Definition at line 433 of file stm32f4xx_ll_rtc.h.