Collaboration diagram for Enumerations:Enumerations | |
| enum | hal_status_t { HAL_OK = 0x00U, HAL_ERROR = 0x01U, HAL_BUSY = 0x02U, HAL_TIMEOUT = 0x03 } |
| HAL Status structures definition. More... | |
| enum | hal_lock_t { HAL_UNLOCKED = 0x00U, HAL_LOCKED = 0x01 } |
| HAL Lock structures definition. More... | |
| enum hal_lock_t |
HAL Lock structures definition.
| Enumerator | |
|---|---|
| HAL_UNLOCKED | Object is unlocked. |
| HAL_LOCKED | Object is locked. |
Definition at line 80 of file gr55xx_hal_def.h.
| enum hal_status_t |
HAL Status structures definition.
| Enumerator | |
|---|---|
| HAL_OK | Operation is OK. |
| HAL_ERROR | Parameter error or operation is not supported. |
| HAL_BUSY | Driver is busy. |
| HAL_TIMEOUT | Timeout occurred. |
Definition at line 69 of file gr55xx_hal_def.h.