Enumerations | |
| enum | app_hmac_type_t { APP_HMAC_TYPE_INTERRUPT, APP_HMAC_TYPE_POLLING, APP_HMAC_TYPE_DMA, APP_HMAC_TYPE_MAX } |
| HMAC operating mode Enumerations definition. More... | |
| enum | app_hmac_evt_type_t { APP_HMAC_EVT_ERROR, APP_HMAC_EVT_DONE } |
| HMAC event Enumerations definition. More... | |
| enum | app_hmac_state_t { APP_HMAC_INVALID = 0, APP_HMAC_ACTIVITY } |
| App hmac state types. More... | |
| enum app_hmac_evt_type_t |
HMAC event Enumerations definition.
| Enumerator | |
|---|---|
| APP_HMAC_EVT_ERROR | Error reported by HMAC peripheral. |
| APP_HMAC_EVT_DONE | HMAC operation completed. |
Definition at line 84 of file app_hmac.h.
| enum app_hmac_state_t |
App hmac state types.
| Enumerator | |
|---|---|
| APP_HMAC_INVALID | |
| APP_HMAC_ACTIVITY | |
Definition at line 119 of file app_hmac.h.
| enum app_hmac_type_t |
HMAC operating mode Enumerations definition.
Definition at line 73 of file app_hmac.h.