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

LL_RTC_SetAsynchPrescaler() function

Set Asynchronous prescaler factor

Syntax

__STATIC_INLINE void LL_RTC_SetAsynchPrescaler(RTC_TypeDef *RTCx,     uint32_t AsynchPrescaler);

Arguments

RTCx

RTC Instance

AsynchPrescaler

Value between Min_Data = 0 and Max_Data = 0x7F

Return value

None

Examples

LL_RTC_SetAsynchPrescaler() is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_rtc.h:945
__STATIC_INLINE void LL_RTC_SetAsynchPrescaler(RTC_TypeDef *RTCx, uint32_t AsynchPrescaler)
stm32f4xx_ll_rtc.c:213LL_RTC_Init()
LL_RTC_SetAsynchPrescaler(RTCx, RTC_InitStruct->AsynchPrescaler);

Call Tree

Functions calling LL_RTC_SetAsynchPrescaler()
all items filtered out
LL_RTC_SetAsynchPrescaler()
Data read by LL_RTC_SetAsynchPrescaler()
LL_RTC_SetAsynchPrescaler()