|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| ErrorStatus | LL_RNG_Init (RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct) |
| Initialize RNG registers according to the specified parameters in RNG_InitStruct. More... | |
| void | LL_RNG_StructInit (LL_RNG_InitTypeDef *RNG_InitStruct) |
| Set each LL_RNG_InitTypeDef field to default value. More... | |
| ErrorStatus | LL_RNG_DeInit (RNG_TypeDef *RNGx) |
| De-initialize RNG registers (Registers restored to their default values). More... | |
| ErrorStatus LL_RNG_DeInit | ( | RNG_TypeDef * | RNGx | ) |
De-initialize RNG registers (Registers restored to their default values).
| RNGx | RNG Instance |
| An | ErrorStatus enumeration value:
|
Definition at line 75 of file stm32l4xx_ll_rng.c.
| ErrorStatus LL_RNG_Init | ( | RNG_TypeDef * | RNGx, |
| LL_RNG_InitTypeDef * | RNG_InitStruct | ||
| ) |
Initialize RNG registers according to the specified parameters in RNG_InitStruct.
| RNGx | RNG Instance |
| RNG_InitStruct | pointer to a LL_RNG_InitTypeDef structure that contains the configuration information for the specified RNG peripheral. |
| An | ErrorStatus enumeration value:
|
Definition at line 99 of file stm32l4xx_ll_rng.c.
| void LL_RNG_StructInit | ( | LL_RNG_InitTypeDef * | RNG_InitStruct | ) |
Set each LL_RNG_InitTypeDef field to default value.
| RNG_InitStruct | pointer to a LL_RNG_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 117 of file stm32l4xx_ll_rng.c.