![]() |
MT2523 API Reference
LinkIt SDK v4
|
Enumerations | |
| enum | hal_dvfs_status_t { HAL_DVFS_STATUS_NOT_PERMITTED = -5, HAL_DVFS_STATUS_BUSY = -4, HAL_DVFS_STATUS_UNINITIALIZED = -3, HAL_DVFS_STATUS_INVALID_PARAM = -2, HAL_DVFS_STATUS_ERROR = -1, HAL_DVFS_STATUS_OK = 0 } |
| This enum defines return status of certain DVFS HAL APIs. More... | |
| enum | hal_dvfs_freq_relation_t { HAL_DVFS_FREQ_RELATION_L = 0, HAL_DVFS_FREQ_RELATION_H = 1 } |
| This enum defines the relationship between the target frequency and the final frequency. More... | |
| enum hal_dvfs_status_t |
This enum defines return status of certain DVFS HAL APIs.
User should check return value after calling these APIs.