|
STM32F479xx HAL User Manual
|
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) | |
| __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) | |
| __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) | |
| __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)
| RNGx | RNG Instance |
| None |
Definition at line 266 of file stm32f4xx_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)
| RNGx | RNG Instance |
| None |
Definition at line 254 of file stm32f4xx_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)
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 278 of file stm32f4xx_ll_rng.h.
1.7.6.1