Classes

struct  app_aes_params_t
 AES parameters structure definition. More...
 
struct  app_aes_evt_t
 AES event structure definition. More...
 

Typedefs

typedef void(* app_aes_evt_handler_t) (app_aes_evt_t *p_evt)
 AES event callback definition. More...
 

Detailed Description

Typedef Documentation

◆ app_aes_evt_handler_t

typedef void(* app_aes_evt_handler_t) (app_aes_evt_t *p_evt)

AES event callback definition.

Definition at line 129 of file app_aes.h.