![]() |
MT2523 API Reference
LinkIt SDK v4
|
Enumerations | |
| enum | hal_clock_status_t { HAL_CLOCK_STATUS_UNINITIALIZED = -3, HAL_CLOCK_STATUS_INVALID_PARAMETER = -2, HAL_CLOCK_STATUS_ERROR = -1, HAL_CLOCK_STATUS_OK = 0 } |
| This enum defines the return status of Clock APIs. More... | |
| enum hal_clock_status_t |
This enum defines the return status of Clock APIs.
User should check the return value after calling the APIs.
| Enumerator | |
|---|---|
| HAL_CLOCK_STATUS_UNINITIALIZED |
Uninitialized clock driver. |
| HAL_CLOCK_STATUS_INVALID_PARAMETER |
Invalid parameter. |
| HAL_CLOCK_STATUS_ERROR |
Unknown error. |
| HAL_CLOCK_STATUS_OK |
Successful. |