STM32H735xx HAL User Manual
Defines
RNG Clock Error Detection
RNG Exported Constants

Defines

#define RNG_CED_ENABLE   0x00000000U
#define RNG_CED_DISABLE   RNG_CR_CED

Define Documentation

#define RNG_CED_DISABLE   RNG_CR_CED

Clock error detection Disabled

Definition at line 165 of file stm32h7xx_hal_rng.h.

#define RNG_CED_ENABLE   0x00000000U

Clock error detection Enabled

Definition at line 164 of file stm32h7xx_hal_rng.h.

Referenced by HAL_RNG_DeInit().