Hal Drivers for L4
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
FLAG_Management
[RNG Exported Functions]
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. | |
__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. | |
__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. | |
__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. | |
__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. | |
__STATIC_INLINE void | LL_RNG_ClearFlag_CEIS (RNG_TypeDef *RNGx) |
Clear Clock Error interrupt Status (CEIS) Flag SR CEIS LL_RNG_ClearFlag_CEIS. | |
__STATIC_INLINE void | LL_RNG_ClearFlag_SEIS (RNG_TypeDef *RNGx) |
Clear Seed Error interrupt Status (SEIS) Flag SR SEIS LL_RNG_ClearFlag_SEIS. |
Function Documentation
__STATIC_INLINE void LL_RNG_ClearFlag_CEIS | ( | RNG_TypeDef * | RNGx ) |
Clear Clock Error interrupt Status (CEIS) Flag SR CEIS LL_RNG_ClearFlag_CEIS.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
None
Definition at line 241 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.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
None
Definition at line 252 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.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 197 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.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 219 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.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 186 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.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 208 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.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 230 of file stm32l4xx_ll_rng.h.
Generated on Tue Jul 12 2022 11:35:24 by
