hmac_env_t Struct Reference

HMAC event structure definition. More...

#include <app_hmac.h>

Public Attributes

app_hmac_evt_handler_t evt_handler
 
hmac_handle_t handle
 
app_hmac_type_t use_type
 
app_hmac_state_t hmac_state
 
bool start_flag
 

Detailed Description

HMAC event structure definition.

Definition at line 121 of file app_hmac.h.

Member Data Documentation

◆ evt_handler

app_hmac_evt_handler_t hmac_env_t::evt_handler

Hmac event callback.

Definition at line 123 of file app_hmac.h.

◆ handle

hmac_handle_t hmac_env_t::handle

Hmac handle Structure.

Definition at line 124 of file app_hmac.h.

◆ hmac_state

app_hmac_state_t hmac_env_t::hmac_state

App hmac state types.

Definition at line 126 of file app_hmac.h.

◆ start_flag

bool hmac_env_t::start_flag

Hmac start flag.

Definition at line 127 of file app_hmac.h.

◆ use_type

app_hmac_type_t hmac_env_t::use_type

Specifies the operation mode of I2C.

Definition at line 125 of file app_hmac.h.


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