|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE uint32_t | LL_RNG_IsActiveFlag_DRDY (RNG_TypeDef *RNGx) |
| Indicate if the RNG Data ready Flag is set or not SR DRDY LL_RNG_IsActiveFlag_DRDY. More... | |
| __STATIC_INLINE uint32_t | LL_RNG_IsActiveFlag_CECS (RNG_TypeDef *RNGx) |
| Indicate if the Clock Error Current Status Flag is set or not SR CECS LL_RNG_IsActiveFlag_CECS. More... | |
| __STATIC_INLINE uint32_t | LL_RNG_IsActiveFlag_SECS (RNG_TypeDef *RNGx) |
| Indicate if the Seed Error Current Status Flag is set or not SR SECS LL_RNG_IsActiveFlag_SECS. More... | |
| __STATIC_INLINE uint32_t | LL_RNG_IsActiveFlag_CEIS (RNG_TypeDef *RNGx) |
| Indicate if the Clock Error Interrupt Status Flag is set or not SR CEIS LL_RNG_IsActiveFlag_CEIS. More... | |
| __STATIC_INLINE uint32_t | LL_RNG_IsActiveFlag_SEIS (RNG_TypeDef *RNGx) |
| Indicate if the Seed Error Interrupt Status Flag is set or not SR SEIS LL_RNG_IsActiveFlag_SEIS. More... | |
| __STATIC_INLINE void | LL_RNG_ClearFlag_CEIS (RNG_TypeDef *RNGx) |
| Clear Clock Error interrupt Status (CEIS) Flag SR CEIS LL_RNG_ClearFlag_CEIS. More... | |
| __STATIC_INLINE void | LL_RNG_ClearFlag_SEIS (RNG_TypeDef *RNGx) |
| Clear Seed Error interrupt Status (SEIS) Flag SR SEIS LL_RNG_ClearFlag_SEIS. More... | |
| __STATIC_INLINE void LL_RNG_ClearFlag_CEIS | ( | RNG_TypeDef * | RNGx | ) |
Clear Clock Error interrupt Status (CEIS) Flag SR CEIS LL_RNG_ClearFlag_CEIS.
| RNGx | RNG Instance |
| None |
Definition at line 294 of file stm32l4xx_ll_rng.h.
| __STATIC_INLINE void LL_RNG_ClearFlag_SEIS | ( | RNG_TypeDef * | RNGx | ) |
Clear Seed Error interrupt Status (SEIS) Flag SR SEIS LL_RNG_ClearFlag_SEIS.
| RNGx | RNG Instance |
| None |
Definition at line 305 of file stm32l4xx_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 SR CECS LL_RNG_IsActiveFlag_CECS.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 250 of file stm32l4xx_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 SR CEIS LL_RNG_IsActiveFlag_CEIS.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 272 of file stm32l4xx_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 SR DRDY LL_RNG_IsActiveFlag_DRDY.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 239 of file stm32l4xx_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 SR SECS LL_RNG_IsActiveFlag_SECS.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 261 of file stm32l4xx_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 SR SEIS LL_RNG_IsActiveFlag_SEIS.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 283 of file stm32l4xx_ll_rng.h.