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
RNG Configuration functions
[RNG Exported Functions]
Functions | |
__STATIC_INLINE void | LL_RNG_Enable (RNG_TypeDef *RNGx) |
Enable Random Number Generation CR RNGEN LL_RNG_Enable. | |
__STATIC_INLINE void | LL_RNG_Disable (RNG_TypeDef *RNGx) |
Disable Random Number Generation CR RNGEN LL_RNG_Disable. | |
__STATIC_INLINE uint32_t | LL_RNG_IsEnabled (RNG_TypeDef *RNGx) |
Check if Random Number Generator is enabled CR RNGEN LL_RNG_IsEnabled. |
Function Documentation
__STATIC_INLINE void LL_RNG_Disable | ( | RNG_TypeDef * | RNGx ) |
Disable Random Number Generation CR RNGEN LL_RNG_Disable.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
None
Definition at line 155 of file stm32l4xx_ll_rng.h.
__STATIC_INLINE void LL_RNG_Enable | ( | RNG_TypeDef * | RNGx ) |
Enable Random Number Generation CR RNGEN LL_RNG_Enable.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
None
Definition at line 144 of file stm32l4xx_ll_rng.h.
__STATIC_INLINE uint32_t LL_RNG_IsEnabled | ( | RNG_TypeDef * | RNGx ) |
Check if Random Number Generator is enabled CR RNGEN LL_RNG_IsEnabled.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 166 of file stm32l4xx_ll_rng.h.
Generated on Tue Jul 12 2022 17:38:58 by
