STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TAMPI (BKP_TypeDef *BKPx) |
Get RTC_TAMPI Interruption detection flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TAMPI (BKP_TypeDef *BKPx) |
Clear RTC_TAMP Interruption detection flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TAMPE (BKP_TypeDef *BKPx) |
Get RTC_TAMPE Event detection flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TAMPE (BKP_TypeDef *BKPx) |
Clear RTC_TAMPE Even detection flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_ALR (RTC_TypeDef *RTCx) |
Get Alarm flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_ALR (RTC_TypeDef *RTCx) |
Clear Alarm flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_RS (RTC_TypeDef *RTCx) |
Get Registers synchronization flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_RS (RTC_TypeDef *RTCx) |
Clear Registers synchronization flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_OW (RTC_TypeDef *RTCx) |
Get Registers OverFlow flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_OW (RTC_TypeDef *RTCx) |
Clear Registers OverFlow flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_SEC (RTC_TypeDef *RTCx) |
Get Registers synchronization flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_SEC (RTC_TypeDef *RTCx) |
Clear Registers synchronization flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_RTOF (RTC_TypeDef *RTCx) |
Get RTC Operation OFF status flag. |
__STATIC_INLINE void LL_RTC_ClearFlag_ALR | ( | RTC_TypeDef * | RTCx | ) |
Clear Alarm flag.
RTCx | RTC Instance |
None |
Definition at line 725 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_Init().
__STATIC_INLINE void LL_RTC_ClearFlag_OW | ( | RTC_TypeDef * | RTCx | ) |
Clear Registers OverFlow flag.
RTCx | RTC Instance |
None |
Definition at line 769 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_Init().
__STATIC_INLINE void LL_RTC_ClearFlag_RS | ( | RTC_TypeDef * | RTCx | ) |
Clear Registers synchronization flag.
RTCx | RTC Instance |
None |
Definition at line 747 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_DeInit(), and LL_RTC_WaitForSynchro().
__STATIC_INLINE void LL_RTC_ClearFlag_SEC | ( | RTC_TypeDef * | RTCx | ) |
Clear Registers synchronization flag.
RTCx | RTC Instance |
None |
Definition at line 791 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_Init().
__STATIC_INLINE void LL_RTC_ClearFlag_TAMPE | ( | BKP_TypeDef * | BKPx | ) |
Clear RTC_TAMPE Even detection flag.
BKPx | BKP Instance |
None |
Definition at line 703 of file stm32f1xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_TAMPI | ( | BKP_TypeDef * | BKPx | ) |
Clear RTC_TAMP Interruption detection flag.
BKPx | BKP Instance |
None |
Definition at line 681 of file stm32f1xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALR | ( | RTC_TypeDef * | RTCx | ) |
Get Alarm flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 714 of file stm32f1xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_OW | ( | RTC_TypeDef * | RTCx | ) |
Get Registers OverFlow flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 758 of file stm32f1xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RS | ( | RTC_TypeDef * | RTCx | ) |
Get Registers synchronization flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 736 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_WaitForSynchro().
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RTOF | ( | RTC_TypeDef * | RTCx | ) |
Get RTC Operation OFF status flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 802 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_EnterInitMode(), and LL_RTC_ExitInitMode().
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_SEC | ( | RTC_TypeDef * | RTCx | ) |
Get Registers synchronization flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 780 of file stm32f1xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMPE | ( | BKP_TypeDef * | BKPx | ) |
Get RTC_TAMPE Event detection flag.
BKPx | BKP Instance |
State | of bit (1 or 0). |
Definition at line 692 of file stm32f1xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMPI | ( | BKP_TypeDef * | BKPx | ) |
Get RTC_TAMPI Interruption detection flag.
BKPx | BKP Instance |
State | of bit (1 or 0). |
Definition at line 670 of file stm32f1xx_ll_rtc.h.