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

LL_RTC_WAKEUP_SetClock() function

Select Wakeup clock

Syntax

__STATIC_INLINE void LL_RTC_WAKEUP_SetClock(RTC_TypeDef *RTCx,     uint32_t WakeupClock);

Arguments

RTCx

RTC Instance

WakeupClock

Return value

None

Notes

Bit is write-protected. LL_RTC_DisableWriteProtection function should be called before. Bit can be written only when RTC_CR WUTE bit = 0 and RTC_ISR WUTWF bit = 1

Examples

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

References

LocationText
stm32f4xx_ll_rtc.h:2841
__STATIC_INLINE void LL_RTC_WAKEUP_SetClock(RTC_TypeDef *RTCx, uint32_t WakeupClock)

Data Use

Data read by LL_RTC_WAKEUP_SetClock()
LL_RTC_WAKEUP_SetClock()