aes_env_t Struct Reference

AES event structure definition. More...

#include <app_aes.h>

+ Collaboration diagram for aes_env_t:

Public Attributes

app_aes_evt_handler_t evt_handler
 AES event callback. More...
 
aes_handle_t handle
 AES handle Structure. More...
 
app_aes_mode_t use_mode
 AES encryption mode. More...
 
app_aes_state_t aes_state
 App aes state types. More...
 
bool start_flag
 AES start flag. More...
 

Detailed Description

AES event structure definition.

Definition at line 131 of file app_aes.h.

Member Data Documentation

◆ aes_state

app_aes_state_t aes_env_t::aes_state

App aes state types.

Definition at line 136 of file app_aes.h.

◆ evt_handler

app_aes_evt_handler_t aes_env_t::evt_handler

AES event callback.


Definition at line 133 of file app_aes.h.

◆ handle

aes_handle_t aes_env_t::handle

AES handle Structure.

Definition at line 134 of file app_aes.h.

◆ start_flag

bool aes_env_t::start_flag

AES start flag.


Definition at line 137 of file app_aes.h.

◆ use_mode

app_aes_mode_t aes_env_t::use_mode

AES encryption mode.

Definition at line 135 of file app_aes.h.


The documentation for this struct was generated from the following file: