|
STM32H735xx HAL User Manual
|
Functions | |
| __STATIC_INLINE uint32_t | LL_RNG_IsActiveFlag_DRDY (RNG_TypeDef *RNGx) |
| Indicate if the RNG Data ready Flag is set or not. | |
| __STATIC_INLINE uint32_t | LL_RNG_IsActiveFlag_CECS (RNG_TypeDef *RNGx) |
| Indicate if the Clock Error Current Status Flag is set or not. | |
| __STATIC_INLINE uint32_t | LL_RNG_IsActiveFlag_SECS (RNG_TypeDef *RNGx) |
| Indicate if the Seed Error Current Status Flag is set or not. | |
| __STATIC_INLINE uint32_t | LL_RNG_IsActiveFlag_CEIS (RNG_TypeDef *RNGx) |
| Indicate if the Clock Error Interrupt Status Flag is set or not. | |
| __STATIC_INLINE uint32_t | LL_RNG_IsActiveFlag_SEIS (RNG_TypeDef *RNGx) |
| Indicate if the Seed Error Interrupt Status Flag is set or not. | |
| __STATIC_INLINE void | LL_RNG_ClearFlag_CEIS (RNG_TypeDef *RNGx) |
| Clear Clock Error interrupt Status (CEIS) Flag. | |
| __STATIC_INLINE void | LL_RNG_ClearFlag_SEIS (RNG_TypeDef *RNGx) |
| Clear Seed Error interrupt Status (SEIS) Flag. | |
| __STATIC_INLINE void LL_RNG_ClearFlag_CEIS | ( | RNG_TypeDef * | RNGx | ) |
Clear Clock Error interrupt Status (CEIS) Flag.
| RNGx | RNG Instance |
| None |
Definition at line 533 of file stm32h7xx_ll_rng.h.
| __STATIC_INLINE void LL_RNG_ClearFlag_SEIS | ( | RNG_TypeDef * | RNGx | ) |
Clear Seed Error interrupt Status (SEIS) Flag.
| RNGx | RNG Instance |
| None |
Definition at line 544 of file stm32h7xx_ll_rng.h.
| __STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_CECS | ( | RNG_TypeDef * | RNGx | ) |
Indicate if the Clock Error Current Status Flag is set or not.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 489 of file stm32h7xx_ll_rng.h.
| __STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_CEIS | ( | RNG_TypeDef * | RNGx | ) |
Indicate if the Clock Error Interrupt Status Flag is set or not.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 511 of file stm32h7xx_ll_rng.h.
| __STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_DRDY | ( | RNG_TypeDef * | RNGx | ) |
Indicate if the RNG Data ready Flag is set or not.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 478 of file stm32h7xx_ll_rng.h.
| __STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_SECS | ( | RNG_TypeDef * | RNGx | ) |
Indicate if the Seed Error Current Status Flag is set or not.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 500 of file stm32h7xx_ll_rng.h.
| __STATIC_INLINE uint32_t LL_RNG_IsActiveFlag_SEIS | ( | RNG_TypeDef * | RNGx | ) |
Indicate if the Seed Error Interrupt Status Flag is set or not.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 522 of file stm32h7xx_ll_rng.h.
1.7.6.1