STM32L443xx HAL User Manual
|
RNGEX Configuration Structure definition. More...
#include <stm32l4xx_hal_rng_ex.h>
Data Fields | |
uint32_t | Config1 |
uint32_t | Config2 |
uint32_t | Config3 |
uint32_t | ClockDivider |
uint32_t | NistCompliance |
RNGEX Configuration Structure definition.
Definition at line 51 of file stm32l4xx_hal_rng_ex.h.
uint32_t RNG_ConfigTypeDef::ClockDivider |
Clock Divider factor.This parameter can be a value of Value used to configure an internal
Definition at line 56 of file stm32l4xx_hal_rng_ex.h.
uint32_t RNG_ConfigTypeDef::Config1 |
Config1 must be a value between 0 and 0x3F
Definition at line 53 of file stm32l4xx_hal_rng_ex.h.
uint32_t RNG_ConfigTypeDef::Config2 |
Config2 must be a value between 0 and 0x7
Definition at line 54 of file stm32l4xx_hal_rng_ex.h.
uint32_t RNG_ConfigTypeDef::Config3 |
Config3 must be a value between 0 and 0xF
Definition at line 55 of file stm32l4xx_hal_rng_ex.h.
uint32_t RNG_ConfigTypeDef::NistCompliance |
NIST compliance.This parameter can be a value of NIST Compliance configuration
Definition at line 58 of file stm32l4xx_hal_rng_ex.h.