Enumerations

enum  hal_aes_state_t {
  HAL_AES_STATE_RESET = 0x00,
  HAL_AES_STATE_READY = 0x01,
  HAL_AES_STATE_BUSY = 0x02
}
 HAL AES State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_aes_state_t

HAL AES State Enumerations definition.

Enumerator
HAL_AES_STATE_RESET 

Peripheral not initialized

HAL_AES_STATE_READY 

Peripheral initialized and ready for use

HAL_AES_STATE_BUSY 

Peripheral in indirect mode and busy

Definition at line 77 of file hal_aes.h.