STM32F4xx_HAL_Driver  1.8.3
RNG State Structure definition
+ Collaboration diagram for RNG State Structure definition:

Enumerations

enum  HAL_RNG_StateTypeDef {
  HAL_RNG_STATE_RESET = 0x00U , HAL_RNG_STATE_READY = 0x01U , HAL_RNG_STATE_BUSY = 0x02U , HAL_RNG_STATE_TIMEOUT = 0x03U ,
  HAL_RNG_STATE_ERROR = 0x04U
}
 

Detailed Description

Enumeration Type Documentation

◆ HAL_RNG_StateTypeDef

Enumerator
HAL_RNG_STATE_RESET 

RNG not yet initialized or disabled

HAL_RNG_STATE_READY 

RNG initialized and ready for use

HAL_RNG_STATE_BUSY 

RNG internal process is ongoing

HAL_RNG_STATE_TIMEOUT 

RNG timeout state

HAL_RNG_STATE_ERROR 

RNG error state

Definition at line 58 of file stm32f4xx_hal_rng.h.