Enumerations | |
enum | hal_hmac_state_t { HAL_HMAC_STATE_RESET = 0x00, HAL_HMAC_STATE_READY = 0x01, HAL_HMAC_STATE_BUSY = 0x02 } |
HAL HMAC State enumerations definition. More... | |
enum hal_hmac_state_t |
HAL HMAC State enumerations definition.
Enumerator | |
---|---|
HAL_HMAC_STATE_RESET | Peripheral not initialized |
HAL_HMAC_STATE_READY | Peripheral initialized and ready for use |
HAL_HMAC_STATE_BUSY | Peripheral in indirect mode and busy |
Definition at line 76 of file hal_hmac.h.