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.
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
IT_Management
[RNG Exported Functions]
Functions | |
__STATIC_INLINE void | LL_RNG_EnableIT (RNG_TypeDef *RNGx) |
Enable Random Number Generator Interrupt (applies for either Seed error, Clock Error or Data ready interrupts) CR IE LL_RNG_EnableIT. | |
__STATIC_INLINE void | LL_RNG_DisableIT (RNG_TypeDef *RNGx) |
Disable Random Number Generator Interrupt (applies for either Seed error, Clock Error or Data ready interrupts) CR IE LL_RNG_DisableIT. | |
__STATIC_INLINE uint32_t | LL_RNG_IsEnabledIT (RNG_TypeDef *RNGx) |
Check if Random Number Generator Interrupt is enabled (applies for either Seed error, Clock Error or Data ready interrupts) CR IE LL_RNG_IsEnabledIT. |
Function Documentation
__STATIC_INLINE void LL_RNG_DisableIT | ( | RNG_TypeDef * | RNGx ) |
Disable Random Number Generator Interrupt (applies for either Seed error, Clock Error or Data ready interrupts) CR IE LL_RNG_DisableIT.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
None
Definition at line 284 of file stm32l4xx_ll_rng.h.
__STATIC_INLINE void LL_RNG_EnableIT | ( | RNG_TypeDef * | RNGx ) |
Enable Random Number Generator Interrupt (applies for either Seed error, Clock Error or Data ready interrupts) CR IE LL_RNG_EnableIT.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
None
Definition at line 272 of file stm32l4xx_ll_rng.h.
__STATIC_INLINE uint32_t LL_RNG_IsEnabledIT | ( | RNG_TypeDef * | RNGx ) |
Check if Random Number Generator Interrupt is enabled (applies for either Seed error, Clock Error or Data ready interrupts) CR IE LL_RNG_IsEnabledIT.
- Parameters:
-
RNGx RNG Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 296 of file stm32l4xx_ll_rng.h.
Generated on Tue Jul 12 2022 11:35:24 by
