STM32H735xx 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 576 of file stm32h7xx_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 564 of file stm32h7xx_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 588 of file stm32h7xx_ll_rng.h.