STM32H735xx HAL User Manual
|
RNG_Ex Configuration Structure definition. More...
#include <stm32h7xx_hal_rng_ex.h>
Data Fields | |
uint32_t | Config1 |
uint32_t | Config2 |
uint32_t | Config3 |
uint32_t | ClockDivider |
uint32_t | NistCompliance |
RNG_Ex Configuration Structure definition.
Definition at line 52 of file stm32h7xx_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 57 of file stm32h7xx_hal_rng_ex.h.
Referenced by HAL_RNGEx_GetConfig(), and HAL_RNGEx_SetConfig().
uint32_t RNG_ConfigTypeDef::Config1 |
Config1 must be a value between 0 and 0x3F
Definition at line 54 of file stm32h7xx_hal_rng_ex.h.
Referenced by HAL_RNGEx_GetConfig(), and HAL_RNGEx_SetConfig().
uint32_t RNG_ConfigTypeDef::Config2 |
Config2 must be a value between 0 and 0x7
Definition at line 55 of file stm32h7xx_hal_rng_ex.h.
Referenced by HAL_RNGEx_GetConfig(), and HAL_RNGEx_SetConfig().
uint32_t RNG_ConfigTypeDef::Config3 |
Config3 must be a value between 0 and 0xF
Definition at line 56 of file stm32h7xx_hal_rng_ex.h.
Referenced by HAL_RNGEx_GetConfig(), and HAL_RNGEx_SetConfig().
uint32_t RNG_ConfigTypeDef::NistCompliance |
NIST compliance.This parameter can be a value of NIST Compliance configuration
Definition at line 59 of file stm32h7xx_hal_rng_ex.h.
Referenced by HAL_RNGEx_GetConfig(), and HAL_RNGEx_SetConfig().