![]() |
MT7687 API Reference
LinkIt SDK v4
|
| enum hal_cache_region_t |
This enum defines the CACHE region number.
| enum hal_cache_size_t |
| enum hal_cache_status_t |
This enum defines the CACHE API return status.
| Enumerator | |
|---|---|
| HAL_CACHE_STATUS_INVALID_PARAMETER |
Invalid parameter. |
| HAL_CACHE_STATUS_ERROR_BUSY |
CACHE is busy. |
| HAL_CACHE_STATUS_ERROR_CACHE_SIZE |
CACHE size is invalid, total CACHE size is not a value of type hal_cache_size_t. |
| HAL_CACHE_STATUS_ERROR_REGION |
CACHE region error, CACHE region is not a value of type hal_cache_region_t. |
| HAL_CACHE_STATUS_ERROR_REGION_ADDRESS |
CACHE region address error, CACHE region address is not 4kB aligned. |
| HAL_CACHE_STATUS_ERROR_REGION_SIZE |
CACHE region size error, CACHE region size is not a multiple of 4kB. |
| HAL_CACHE_STATUS_ERROR |
CACHE region enable error, CACHE region is not set at the time the region is being enabled. |
| HAL_CACHE_STATUS_OK |
CACHE API call returns successfully. |