Enumerations

enum  hal_hmac_state_t {
  HAL_HMAC_STATE_RESET = 0x00, HAL_HMAC_STATE_READY = 0x01, HAL_HMAC_STATE_BUSY = 0x02, HAL_HMAC_STATE_ERROR = 0x03,
  HAL_HMAC_STATE_TIMEOUT = 0x04, HAL_HMAC_STATE_SUSPENDED = 0x05
}
 HAL HMAC State enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_hmac_state_t

HAL HMAC State enumerations definition.

Note
HAL HMAC State value is a combination of 2 different substates: gState and RxState.
Enumerator
HAL_HMAC_STATE_RESET 

Peripheral not initialized

HAL_HMAC_STATE_READY 

Peripheral initialized and ready for use

HAL_HMAC_STATE_BUSY 

Peripheral in indirect mode and busy

HAL_HMAC_STATE_ERROR 

Peripheral in error

HAL_HMAC_STATE_TIMEOUT 

Peripheral in timeout

HAL_HMAC_STATE_SUSPENDED 

Peripheral in suspended