Enumerations

enum  hal_pkc_state_t {
  HAL_PKC_STATE_RESET = 0x00,
  HAL_PKC_STATE_READY = 0x01,
  HAL_PKC_STATE_BUSY = 0x02
}
 HAL PKC State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_pkc_state_t

HAL PKC State Enumerations definition.

Enumerator
HAL_PKC_STATE_RESET 

Peripheral not initialized

HAL_PKC_STATE_READY 

Peripheral initialized and ready for use

HAL_PKC_STATE_BUSY 

Peripheral in indirect mode and busy

Definition at line 75 of file hal_pkc.h.