STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for FLAG_Management:

Functions

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RECALP (RTC_TypeDef *RTCx)
 Get Recalibration pending Flag @rmtoll ISR RECALPF LL_RTC_IsActiveFlag_RECALP. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMP2 (RTC_TypeDef *RTCx)
 Get RTC_TAMP2 detection flag @rmtoll ISR TAMP2F LL_RTC_IsActiveFlag_TAMP2. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMP1 (RTC_TypeDef *RTCx)
 Get RTC_TAMP1 detection flag @rmtoll ISR TAMP1F LL_RTC_IsActiveFlag_TAMP1. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TSOV (RTC_TypeDef *RTCx)
 Get Time-stamp overflow flag @rmtoll ISR TSOVF LL_RTC_IsActiveFlag_TSOV. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TS (RTC_TypeDef *RTCx)
 Get Time-stamp flag @rmtoll ISR TSF LL_RTC_IsActiveFlag_TS. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_WUT (RTC_TypeDef *RTCx)
 Get Wakeup timer flag @rmtoll ISR WUTF LL_RTC_IsActiveFlag_WUT. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRB (RTC_TypeDef *RTCx)
 Get Alarm B flag @rmtoll ISR ALRBF LL_RTC_IsActiveFlag_ALRB. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRA (RTC_TypeDef *RTCx)
 Get Alarm A flag @rmtoll ISR ALRAF LL_RTC_IsActiveFlag_ALRA. More...
 
__STATIC_INLINE void LL_RTC_ClearFlag_TAMP2 (RTC_TypeDef *RTCx)
 Clear RTC_TAMP2 detection flag @rmtoll ISR TAMP2F LL_RTC_ClearFlag_TAMP2. More...
 
__STATIC_INLINE void LL_RTC_ClearFlag_TAMP1 (RTC_TypeDef *RTCx)
 Clear RTC_TAMP1 detection flag @rmtoll ISR TAMP1F LL_RTC_ClearFlag_TAMP1. More...
 
__STATIC_INLINE void LL_RTC_ClearFlag_TSOV (RTC_TypeDef *RTCx)
 Clear Time-stamp overflow flag @rmtoll ISR TSOVF LL_RTC_ClearFlag_TSOV. More...
 
__STATIC_INLINE void LL_RTC_ClearFlag_TS (RTC_TypeDef *RTCx)
 Clear Time-stamp flag @rmtoll ISR TSF LL_RTC_ClearFlag_TS. More...
 
__STATIC_INLINE void LL_RTC_ClearFlag_WUT (RTC_TypeDef *RTCx)
 Clear Wakeup timer flag @rmtoll ISR WUTF LL_RTC_ClearFlag_WUT. More...
 
__STATIC_INLINE void LL_RTC_ClearFlag_ALRB (RTC_TypeDef *RTCx)
 Clear Alarm B flag @rmtoll ISR ALRBF LL_RTC_ClearFlag_ALRB. More...
 
__STATIC_INLINE void LL_RTC_ClearFlag_ALRA (RTC_TypeDef *RTCx)
 Clear Alarm A flag @rmtoll ISR ALRAF LL_RTC_ClearFlag_ALRA. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_INIT (RTC_TypeDef *RTCx)
 Get Initialization flag @rmtoll ISR INITF LL_RTC_IsActiveFlag_INIT. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RS (RTC_TypeDef *RTCx)
 Get Registers synchronization flag @rmtoll ISR RSF LL_RTC_IsActiveFlag_RS. More...
 
__STATIC_INLINE void LL_RTC_ClearFlag_RS (RTC_TypeDef *RTCx)
 Clear Registers synchronization flag @rmtoll ISR RSF LL_RTC_ClearFlag_RS. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_INITS (RTC_TypeDef *RTCx)
 Get Initialization status flag @rmtoll ISR INITS LL_RTC_IsActiveFlag_INITS. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_SHP (RTC_TypeDef *RTCx)
 Get Shift operation pending flag @rmtoll ISR SHPF LL_RTC_IsActiveFlag_SHP. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_WUTW (RTC_TypeDef *RTCx)
 Get Wakeup timer write flag @rmtoll ISR WUTWF LL_RTC_IsActiveFlag_WUTW. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRBW (RTC_TypeDef *RTCx)
 Get Alarm B write flag @rmtoll ISR ALRBWF LL_RTC_IsActiveFlag_ALRBW. More...
 
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRAW (RTC_TypeDef *RTCx)
 Get Alarm A write flag @rmtoll ISR ALRAWF LL_RTC_IsActiveFlag_ALRAW. More...
 

Detailed Description

Function Documentation

◆ LL_RTC_ClearFlag_ALRA()

__STATIC_INLINE void LL_RTC_ClearFlag_ALRA ( RTC_TypeDef *  RTCx)

Clear Alarm A flag @rmtoll ISR ALRAF LL_RTC_ClearFlag_ALRA.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 3341 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_ClearFlag_ALRB()

__STATIC_INLINE void LL_RTC_ClearFlag_ALRB ( RTC_TypeDef *  RTCx)

Clear Alarm B flag @rmtoll ISR ALRBF LL_RTC_ClearFlag_ALRB.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 3330 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_ClearFlag_RS()

__STATIC_INLINE void LL_RTC_ClearFlag_RS ( RTC_TypeDef *  RTCx)

Clear Registers synchronization flag @rmtoll ISR RSF LL_RTC_ClearFlag_RS.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 3374 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_ClearFlag_TAMP1()

__STATIC_INLINE void LL_RTC_ClearFlag_TAMP1 ( RTC_TypeDef *  RTCx)

Clear RTC_TAMP1 detection flag @rmtoll ISR TAMP1F LL_RTC_ClearFlag_TAMP1.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 3286 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_ClearFlag_TAMP2()

__STATIC_INLINE void LL_RTC_ClearFlag_TAMP2 ( RTC_TypeDef *  RTCx)

Clear RTC_TAMP2 detection flag @rmtoll ISR TAMP2F LL_RTC_ClearFlag_TAMP2.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 3274 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_ClearFlag_TS()

__STATIC_INLINE void LL_RTC_ClearFlag_TS ( RTC_TypeDef *  RTCx)

Clear Time-stamp flag @rmtoll ISR TSF LL_RTC_ClearFlag_TS.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 3308 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_ClearFlag_TSOV()

__STATIC_INLINE void LL_RTC_ClearFlag_TSOV ( RTC_TypeDef *  RTCx)

Clear Time-stamp overflow flag @rmtoll ISR TSOVF LL_RTC_ClearFlag_TSOV.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 3297 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_ClearFlag_WUT()

__STATIC_INLINE void LL_RTC_ClearFlag_WUT ( RTC_TypeDef *  RTCx)

Clear Wakeup timer flag @rmtoll ISR WUTF LL_RTC_ClearFlag_WUT.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 3319 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_ALRA()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRA ( RTC_TypeDef *  RTCx)

Get Alarm A flag @rmtoll ISR ALRAF LL_RTC_IsActiveFlag_ALRA.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3262 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_ALRAW()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRAW ( RTC_TypeDef *  RTCx)

Get Alarm A write flag @rmtoll ISR ALRAWF LL_RTC_IsActiveFlag_ALRAW.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3429 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_ALRB()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRB ( RTC_TypeDef *  RTCx)

Get Alarm B flag @rmtoll ISR ALRBF LL_RTC_IsActiveFlag_ALRB.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3251 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_ALRBW()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_ALRBW ( RTC_TypeDef *  RTCx)

Get Alarm B write flag @rmtoll ISR ALRBWF LL_RTC_IsActiveFlag_ALRBW.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3418 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_INIT()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_INIT ( RTC_TypeDef *  RTCx)

Get Initialization flag @rmtoll ISR INITF LL_RTC_IsActiveFlag_INIT.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3352 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_INITS()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_INITS ( RTC_TypeDef *  RTCx)

Get Initialization status flag @rmtoll ISR INITS LL_RTC_IsActiveFlag_INITS.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3385 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_RECALP()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RECALP ( RTC_TypeDef *  RTCx)

Get Recalibration pending Flag @rmtoll ISR RECALPF LL_RTC_IsActiveFlag_RECALP.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3183 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_RS()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_RS ( RTC_TypeDef *  RTCx)

Get Registers synchronization flag @rmtoll ISR RSF LL_RTC_IsActiveFlag_RS.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3363 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_SHP()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_SHP ( RTC_TypeDef *  RTCx)

Get Shift operation pending flag @rmtoll ISR SHPF LL_RTC_IsActiveFlag_SHP.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3396 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_TAMP1()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMP1 ( RTC_TypeDef *  RTCx)

Get RTC_TAMP1 detection flag @rmtoll ISR TAMP1F LL_RTC_IsActiveFlag_TAMP1.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3207 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_TAMP2()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TAMP2 ( RTC_TypeDef *  RTCx)

Get RTC_TAMP2 detection flag @rmtoll ISR TAMP2F LL_RTC_IsActiveFlag_TAMP2.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3195 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_TS()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TS ( RTC_TypeDef *  RTCx)

Get Time-stamp flag @rmtoll ISR TSF LL_RTC_IsActiveFlag_TS.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3229 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_TSOV()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_TSOV ( RTC_TypeDef *  RTCx)

Get Time-stamp overflow flag @rmtoll ISR TSOVF LL_RTC_IsActiveFlag_TSOV.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3218 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_WUT()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_WUT ( RTC_TypeDef *  RTCx)

Get Wakeup timer flag @rmtoll ISR WUTF LL_RTC_IsActiveFlag_WUT.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3240 of file stm32f4xx_ll_rtc.h.

◆ LL_RTC_IsActiveFlag_WUTW()

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_WUTW ( RTC_TypeDef *  RTCx)

Get Wakeup timer write flag @rmtoll ISR WUTWF LL_RTC_IsActiveFlag_WUTW.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 3407 of file stm32f4xx_ll_rtc.h.