STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_RECALP (RTC_TypeDef *RTCx) |
Get Recalibration pending Flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TAMP2 (RTC_TypeDef *RTCx) |
Get RTC_TAMP2 detection flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TAMP1 (RTC_TypeDef *RTCx) |
Get RTC_TAMP1 detection flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TSOV (RTC_TypeDef *RTCx) |
Get Time-stamp overflow flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_TS (RTC_TypeDef *RTCx) |
Get Time-stamp flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_WUT (RTC_TypeDef *RTCx) |
Get Wakeup timer flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_ALRB (RTC_TypeDef *RTCx) |
Get Alarm B flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_ALRA (RTC_TypeDef *RTCx) |
Get Alarm A flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TAMP2 (RTC_TypeDef *RTCx) |
Clear RTC_TAMP2 detection flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TAMP1 (RTC_TypeDef *RTCx) |
Clear RTC_TAMP1 detection flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TSOV (RTC_TypeDef *RTCx) |
Clear Time-stamp overflow flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_TS (RTC_TypeDef *RTCx) |
Clear Time-stamp flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_WUT (RTC_TypeDef *RTCx) |
Clear Wakeup timer flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_ALRB (RTC_TypeDef *RTCx) |
Clear Alarm B flag. | |
__STATIC_INLINE void | LL_RTC_ClearFlag_ALRA (RTC_TypeDef *RTCx) |
Clear Alarm A flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_INIT (RTC_TypeDef *RTCx) |
Get Initialization 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_INITS (RTC_TypeDef *RTCx) |
Get Initialization status flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_SHP (RTC_TypeDef *RTCx) |
Get Shift operation pending flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_WUTW (RTC_TypeDef *RTCx) |
Get Wakeup timer write flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_ALRBW (RTC_TypeDef *RTCx) |
Get Alarm B write flag. | |
__STATIC_INLINE uint32_t | LL_RTC_IsActiveFlag_ALRAW (RTC_TypeDef *RTCx) |
Get Alarm A write flag. |
__STATIC_INLINE void LL_RTC_ClearFlag_ALRA | ( | RTC_TypeDef * | RTCx | ) |
Clear Alarm A flag.
RTCx | RTC Instance |
None |
Definition at line 3469 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_ALRB | ( | RTC_TypeDef * | RTCx | ) |
Clear Alarm B flag.
RTCx | RTC Instance |
None |
Definition at line 3458 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_RS | ( | RTC_TypeDef * | RTCx | ) |
Clear Registers synchronization flag.
RTCx | RTC Instance |
None |
Definition at line 3502 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_WaitForSynchro().
__STATIC_INLINE void LL_RTC_ClearFlag_TAMP1 | ( | RTC_TypeDef * | RTCx | ) |
Clear RTC_TAMP1 detection flag.
RTCx | RTC Instance |
None |
Definition at line 3414 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_TAMP2 | ( | RTC_TypeDef * | RTCx | ) |
Clear RTC_TAMP2 detection flag.
RTCx | RTC Instance |
None |
Definition at line 3402 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_TS | ( | RTC_TypeDef * | RTCx | ) |
Clear Time-stamp flag.
RTCx | RTC Instance |
None |
Definition at line 3436 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_TSOV | ( | RTC_TypeDef * | RTCx | ) |
Clear Time-stamp overflow flag.
RTCx | RTC Instance |
None |
Definition at line 3425 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ClearFlag_WUT | ( | RTC_TypeDef * | RTCx | ) |
Clear Wakeup timer flag.
RTCx | RTC Instance |
None |
Definition at line 3447 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRA | ( | RTC_TypeDef * | RTCx | ) |
Get Alarm A flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3389 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRAW | ( | RTC_TypeDef * | RTCx | ) |
Get Alarm A write flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3557 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRB | ( | RTC_TypeDef * | RTCx | ) |
Get Alarm B flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3378 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRBW | ( | RTC_TypeDef * | RTCx | ) |
Get Alarm B write flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3546 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_INIT | ( | RTC_TypeDef * | RTCx | ) |
Get Initialization flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3480 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_EnterInitMode().
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_INITS | ( | RTC_TypeDef * | RTCx | ) |
Get Initialization status flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3513 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RECALP | ( | RTC_TypeDef * | RTCx | ) |
Get Recalibration pending Flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3309 of file stm32f4xx_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 3491 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_WaitForSynchro().
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_SHP | ( | RTC_TypeDef * | RTCx | ) |
Get Shift operation pending flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3524 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMP1 | ( | RTC_TypeDef * | RTCx | ) |
Get RTC_TAMP1 detection flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3334 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMP2 | ( | RTC_TypeDef * | RTCx | ) |
Get RTC_TAMP2 detection flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3322 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TS | ( | RTC_TypeDef * | RTCx | ) |
Get Time-stamp flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3356 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TSOV | ( | RTC_TypeDef * | RTCx | ) |
Get Time-stamp overflow flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3345 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_WUT | ( | RTC_TypeDef * | RTCx | ) |
Get Wakeup timer flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3367 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_WUTW | ( | RTC_TypeDef * | RTCx | ) |
Get Wakeup timer write flag.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3535 of file stm32f4xx_ll_rtc.h.