STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_RNG_Enable (RNG_TypeDef *RNGx) |
Enable Random Number Generation @rmtoll CR RNGEN LL_RNG_Enable. More... | |
__STATIC_INLINE void | LL_RNG_Disable (RNG_TypeDef *RNGx) |
Disable Random Number Generation @rmtoll CR RNGEN LL_RNG_Disable. More... | |
__STATIC_INLINE uint32_t | LL_RNG_IsEnabled (const RNG_TypeDef *RNGx) |
Check if Random Number Generator is enabled @rmtoll CR RNGEN LL_RNG_IsEnabled. More... | |
__STATIC_INLINE void LL_RNG_Disable | ( | RNG_TypeDef * | RNGx | ) |
Disable Random Number Generation @rmtoll CR RNGEN LL_RNG_Disable.
RNGx | RNG Instance |
None |
Definition at line 138 of file stm32f4xx_ll_rng.h.
__STATIC_INLINE void LL_RNG_Enable | ( | RNG_TypeDef * | RNGx | ) |
Enable Random Number Generation @rmtoll CR RNGEN LL_RNG_Enable.
RNGx | RNG Instance |
None |
Definition at line 127 of file stm32f4xx_ll_rng.h.
__STATIC_INLINE uint32_t LL_RNG_IsEnabled | ( | const RNG_TypeDef * | RNGx | ) |
Check if Random Number Generator is enabled @rmtoll CR RNGEN LL_RNG_IsEnabled.
RNGx | RNG Instance |
State | of bit (1 or 0). |
Definition at line 149 of file stm32f4xx_ll_rng.h.