STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for FLAG Management:

Functions

__STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_DRDY (const RNG_TypeDef *RNGx)
 Indicate if the RNG Data ready Flag is set or not @rmtoll SR DRDY LL_RNG_IsActiveFlag_DRDY. More...
 
__STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_CECS (const RNG_TypeDef *RNGx)
 Indicate if the Clock Error Current Status Flag is set or not @rmtoll SR CECS LL_RNG_IsActiveFlag_CECS. More...
 
__STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_SECS (const RNG_TypeDef *RNGx)
 Indicate if the Seed Error Current Status Flag is set or not @rmtoll SR SECS LL_RNG_IsActiveFlag_SECS. More...
 
__STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_CEIS (const RNG_TypeDef *RNGx)
 Indicate if the Clock Error Interrupt Status Flag is set or not @rmtoll SR CEIS LL_RNG_IsActiveFlag_CEIS. More...
 
__STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_SEIS (const RNG_TypeDef *RNGx)
 Indicate if the Seed Error Interrupt Status Flag is set or not @rmtoll SR SEIS LL_RNG_IsActiveFlag_SEIS. More...
 
__STATIC_INLINE void LL_RNG_ClearFlag_CEIS (RNG_TypeDef *RNGx)
 Clear Clock Error interrupt Status (CEIS) Flag @rmtoll SR CEIS LL_RNG_ClearFlag_CEIS. More...
 
__STATIC_INLINE void LL_RNG_ClearFlag_SEIS (RNG_TypeDef *RNGx)
 Clear Seed Error interrupt Status (SEIS) Flag @rmtoll SR SEIS LL_RNG_ClearFlag_SEIS. More...
 

Detailed Description

Function Documentation

◆ LL_RNG_ClearFlag_CEIS()

__STATIC_INLINE void LL_RNG_ClearFlag_CEIS ( RNG_TypeDef *  RNGx)

Clear Clock Error interrupt Status (CEIS) Flag @rmtoll SR CEIS LL_RNG_ClearFlag_CEIS.

Parameters
RNGxRNG Instance
Return values
None

Definition at line 223 of file stm32f4xx_ll_rng.h.

◆ LL_RNG_ClearFlag_SEIS()

__STATIC_INLINE void LL_RNG_ClearFlag_SEIS ( RNG_TypeDef *  RNGx)

Clear Seed Error interrupt Status (SEIS) Flag @rmtoll SR SEIS LL_RNG_ClearFlag_SEIS.

Parameters
RNGxRNG Instance
Return values
None

Definition at line 234 of file stm32f4xx_ll_rng.h.

◆ LL_RNG_IsActiveFlag_CECS()

__STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_CECS ( const RNG_TypeDef *  RNGx)

Indicate if the Clock Error Current Status Flag is set or not @rmtoll SR CECS LL_RNG_IsActiveFlag_CECS.

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

Definition at line 179 of file stm32f4xx_ll_rng.h.

◆ LL_RNG_IsActiveFlag_CEIS()

__STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_CEIS ( const RNG_TypeDef *  RNGx)

Indicate if the Clock Error Interrupt Status Flag is set or not @rmtoll SR CEIS LL_RNG_IsActiveFlag_CEIS.

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

Definition at line 201 of file stm32f4xx_ll_rng.h.

◆ LL_RNG_IsActiveFlag_DRDY()

__STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_DRDY ( const RNG_TypeDef *  RNGx)

Indicate if the RNG Data ready Flag is set or not @rmtoll SR DRDY LL_RNG_IsActiveFlag_DRDY.

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

Definition at line 168 of file stm32f4xx_ll_rng.h.

◆ LL_RNG_IsActiveFlag_SECS()

__STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_SECS ( const RNG_TypeDef *  RNGx)

Indicate if the Seed Error Current Status Flag is set or not @rmtoll SR SECS LL_RNG_IsActiveFlag_SECS.

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

Definition at line 190 of file stm32f4xx_ll_rng.h.

◆ LL_RNG_IsActiveFlag_SEIS()

__STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_SEIS ( const RNG_TypeDef *  RNGx)

Indicate if the Seed Error Interrupt Status Flag is set or not @rmtoll SR SEIS LL_RNG_IsActiveFlag_SEIS.

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

Definition at line 212 of file stm32f4xx_ll_rng.h.