STM32F4xx_HAL_Driver
1.8.3
|
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... | |
__STATIC_INLINE void LL_RNG_ClearFlag_CEIS | ( | RNG_TypeDef * | RNGx | ) |
Clear Clock Error interrupt Status (CEIS) Flag @rmtoll SR CEIS LL_RNG_ClearFlag_CEIS.
RNGx | RNG Instance |
None |
Definition at line 223 of file stm32f4xx_ll_rng.h.
__STATIC_INLINE void LL_RNG_ClearFlag_SEIS | ( | RNG_TypeDef * | RNGx | ) |
Clear Seed Error interrupt Status (SEIS) Flag @rmtoll SR SEIS LL_RNG_ClearFlag_SEIS.
RNGx | RNG Instance |
None |
Definition at line 234 of file stm32f4xx_ll_rng.h.
__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.
RNGx | RNG Instance |
State | of bit (1 or 0). |
Definition at line 179 of file stm32f4xx_ll_rng.h.
__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.
RNGx | RNG Instance |
State | of bit (1 or 0). |
Definition at line 201 of file stm32f4xx_ll_rng.h.
__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.
RNGx | RNG Instance |
State | of bit (1 or 0). |
Definition at line 168 of file stm32f4xx_ll_rng.h.
__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.
RNGx | RNG Instance |
State | of bit (1 or 0). |
Definition at line 190 of file stm32f4xx_ll_rng.h.
__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.
RNGx | RNG Instance |
State | of bit (1 or 0). |
Definition at line 212 of file stm32f4xx_ll_rng.h.