Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER 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 240 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 251 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 196 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 218 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 185 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 207 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 229 of file stm32l4xx_ll_rng.h.
Generated on Tue Jul 12 2022 17:38:58 by
