STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RTC_SetAsynchPrescaler (RTC_TypeDef *RTCx, uint32_t AsynchPrescaler) |
Set Asynchronous prescaler factor. | |
__STATIC_INLINE uint32_t | LL_RTC_GetDivider (RTC_TypeDef *RTCx) |
Get Asynchronous prescaler factor. | |
__STATIC_INLINE void | LL_RTC_SetOutputSource (BKP_TypeDef *BKPx, uint32_t OutputSource) |
Set Output Source. | |
__STATIC_INLINE uint32_t | LL_RTC_GetOutPutSource (BKP_TypeDef *BKPx) |
Get Output Source. | |
__STATIC_INLINE void | LL_RTC_EnableWriteProtection (RTC_TypeDef *RTCx) |
Enable the write protection for RTC registers. | |
__STATIC_INLINE void | LL_RTC_DisableWriteProtection (RTC_TypeDef *RTCx) |
Disable the write protection for RTC registers. |
__STATIC_INLINE void LL_RTC_DisableWriteProtection | ( | RTC_TypeDef * | RTCx | ) |
Disable the write protection for RTC registers.
RTCx | RTC Instance |
None |
Definition at line 351 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_DeInit(), and LL_RTC_EnterInitMode().
__STATIC_INLINE void LL_RTC_EnableWriteProtection | ( | RTC_TypeDef * | RTCx | ) |
Enable the write protection for RTC registers.
RTCx | RTC Instance |
None |
Definition at line 340 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_DeInit(), and LL_RTC_ExitInitMode().
__STATIC_INLINE uint32_t LL_RTC_GetDivider | ( | RTC_TypeDef * | RTCx | ) |
Get Asynchronous prescaler factor.
RTCx | RTC Instance |
Value | between Min_Data = 0 and Max_Data = 0xFFFFF |
Definition at line 290 of file stm32f1xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_GetOutPutSource | ( | BKP_TypeDef * | BKPx | ) |
Get Output Source.
BKPx | BKP Instance |
Returned | value can be one of the following values: |
Definition at line 329 of file stm32f1xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_SetAsynchPrescaler | ( | RTC_TypeDef * | RTCx, |
uint32_t | AsynchPrescaler | ||
) |
Set Asynchronous prescaler factor.
RTCx | RTC Instance |
AsynchPrescaler | Value between Min_Data = 0 and Max_Data = 0xFFFFF |
None |
Definition at line 277 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_Init().
__STATIC_INLINE void LL_RTC_SetOutputSource | ( | BKP_TypeDef * | BKPx, |
uint32_t | OutputSource | ||
) |
Set Output Source.
BKPx | BKP Instance |
OutputSource | This parameter can be one of the following values: |
None |
Definition at line 312 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_Init().