HAL + 0/1 examples
CodeScope will show references to LL_RTC_TS_SetActiveEdge() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RTC
 
Symbols
loading...
Files
loading...

LL_RTC_TS_SetActiveEdge() function

Set Time-stamp event active edge

Syntax

__STATIC_INLINE void LL_RTC_TS_SetActiveEdge(RTC_TypeDef *RTCx,     uint32_t Edge);

Arguments

RTCx

RTC Instance

Edge

This parameter can be one of the following values: @arg LL_RTC_TIMESTAMP_EDGE_RISING @arg LL_RTC_TIMESTAMP_EDGE_FALLING

Return value

None

Notes

Bit is write-protected. LL_RTC_DisableWriteProtection function should be called before. TSE must be reset when TSEDGE is changed to avoid unwanted TSF setting

Examples

LL_RTC_TS_SetActiveEdge() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_rtc.h:2319
__STATIC_INLINE void LL_RTC_TS_SetActiveEdge(RTC_TypeDef *RTCx, uint32_t Edge)

Data Use

Data read by LL_RTC_TS_SetActiveEdge()
LL_RTC_TS_SetActiveEdge()