STM32L443xx 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 596 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)
RNGx | RNG Instance |
None |
Definition at line 584 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)
RNGx | RNG Instance |
State | of bit (1 or 0). |
Definition at line 608 of file stm32l4xx_ll_rng.h.