|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_RNG_Enable (RNG_TypeDef *RNGx) |
| Enable Random Number Generation CR RNGEN LL_RNG_Enable. More... | |
| __STATIC_INLINE void | LL_RNG_Disable (RNG_TypeDef *RNGx) |
| Disable Random Number Generation CR RNGEN LL_RNG_Disable. More... | |
| __STATIC_INLINE uint32_t | LL_RNG_IsEnabled (RNG_TypeDef *RNGx) |
| Check if Random Number Generator is enabled CR RNGEN LL_RNG_IsEnabled. More... | |
| __STATIC_INLINE void | LL_RNG_EnableClkErrorDetect (RNG_TypeDef *RNGx) |
| Enable RNG Clock Error Detection CR CED LL_RNG_EnableClkErrorDetect. More... | |
| __STATIC_INLINE void | LL_RNG_DisableClkErrorDetect (RNG_TypeDef *RNGx) |
| Disable RNG Clock Error Detection CR CED LL_RNG_DisableClkErrorDetect. More... | |
| __STATIC_INLINE uint32_t | LL_RNG_IsEnabledClkErrorDetect (RNG_TypeDef *RNGx) |
| Check if RNG Clock Error Detection is enabled CR CED LL_RNG_IsEnabledClkErrorDetect. More... | |
| __STATIC_INLINE void LL_RNG_Disable | ( | RNG_TypeDef * | RNGx | ) |
Disable Random Number Generation CR RNGEN LL_RNG_Disable.
| RNGx | RNG Instance |
| None |
Definition at line 173 of file stm32l4xx_ll_rng.h.
| __STATIC_INLINE void LL_RNG_DisableClkErrorDetect | ( | RNG_TypeDef * | RNGx | ) |
Disable RNG Clock Error Detection CR CED LL_RNG_DisableClkErrorDetect.
| RNGx | RNG Instance |
| None |
Definition at line 207 of file stm32l4xx_ll_rng.h.
| __STATIC_INLINE void LL_RNG_Enable | ( | RNG_TypeDef * | RNGx | ) |
Enable Random Number Generation CR RNGEN LL_RNG_Enable.
| RNGx | RNG Instance |
| None |
Definition at line 162 of file stm32l4xx_ll_rng.h.
| __STATIC_INLINE void LL_RNG_EnableClkErrorDetect | ( | RNG_TypeDef * | RNGx | ) |
Enable RNG Clock Error Detection CR CED LL_RNG_EnableClkErrorDetect.
| RNGx | RNG Instance |
| None |
Definition at line 196 of file stm32l4xx_ll_rng.h.
| __STATIC_INLINE uint32_t LL_RNG_IsEnabled | ( | RNG_TypeDef * | RNGx | ) |
Check if Random Number Generator is enabled CR RNGEN LL_RNG_IsEnabled.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 184 of file stm32l4xx_ll_rng.h.
| __STATIC_INLINE uint32_t LL_RNG_IsEnabledClkErrorDetect | ( | RNG_TypeDef * | RNGx | ) |
Check if RNG Clock Error Detection is enabled CR CED LL_RNG_IsEnabledClkErrorDetect.
| RNGx | RNG Instance |
| State | of bit (1 or 0). |
Definition at line 218 of file stm32l4xx_ll_rng.h.