Enumerations

Enumerations

enum  app_pkc_type_t {
  APP_PKC_TYPE_INTERRUPT,
  APP_PKC_TYPE_POLLING,
  APP_PKC_TYPE_MAX
}
 PKC operating mode Enumerations definition. More...
 
enum  app_pkc_evt_type_t {
  APP_PKC_EVT_ERROR,
  APP_PKC_EVT_DONE
}
 PKC event Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ app_pkc_evt_type_t

PKC event Enumerations definition.

Enumerator
APP_PKC_EVT_ERROR 

Error reported by PKC peripheral.

APP_PKC_EVT_DONE 

Encryption and decryption completed.

Definition at line 83 of file app_pkc.h.

◆ app_pkc_type_t

PKC operating mode Enumerations definition.

Enumerator
APP_PKC_TYPE_INTERRUPT 

Interrupt operation mode.

APP_PKC_TYPE_POLLING 

Polling operation mode.

APP_PKC_TYPE_MAX 

Only for check parameter, not used as input parameters.

Definition at line 72 of file app_pkc.h.