HMAC event structure definition. More...
#include <app_hmac.h>
Public Attributes | |
| app_hmac_evt_type_t | type |
| Type of event. More... | |
| uint32_t | error_code |
| HMAC Error code. More... | |
HMAC event structure definition.
Definition at line 97 of file app_hmac.h.
| uint32_t app_hmac_evt_t::error_code |
HMAC Error code.
Definition at line 100 of file app_hmac.h.
| app_hmac_evt_type_t app_hmac_evt_t::type |
Type of event.
Definition at line 99 of file app_hmac.h.