STM32L443xx 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 471 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_TIMESTAMP_EDGE_RISING   0x00000000U

RTC_TS input rising edge generates a time-stamp event

Definition at line 470 of file stm32l4xx_ll_rtc.h.