app_hmac_params_t Struct Reference

HMAC parameters structure definition. More...

#include <app_hmac.h>

Public Attributes

app_hmac_type_t use_type
 
hmac_init_t init
 
hmac_env_t hmac_env
 

Detailed Description

HMAC parameters structure definition.

Definition at line 148 of file app_hmac.h.

Member Data Documentation

◆ hmac_env

hmac_env_t app_hmac_params_t::hmac_env

Hmac event structure

Definition at line 152 of file app_hmac.h.

◆ init

hmac_init_t app_hmac_params_t::init

Hmac operation parameters

Definition at line 151 of file app_hmac.h.

◆ use_type

app_hmac_type_t app_hmac_params_t::use_type

Specifies the operation mode of I2C.

Definition at line 150 of file app_hmac.h.


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