![]() |
MT2523 API Reference
LinkIt SDK v4
|
MPU access permission indicates the access rights of the specified region.
MPU region size.
| enum hal_mpu_region_t |
MPU region number.
| enum hal_mpu_status_t |
This enum defines the MPU API return status.
| Enumerator | |
|---|---|
| HAL_MPU_STATUS_INVALID_PARAMETER |
Invalid parameter. |
| HAL_MPU_STATUS_ERROR_BUSY |
MPU is busy. |
| HAL_MPU_STATUS_ERROR_REGION |
MPU region number error, MPU region is not a value of type hal_mpu_region_t. |
| HAL_MPU_STATUS_ERROR_REGION_ADDRESS |
MPU region address error, MPU region address is not valid. |
| HAL_MPU_STATUS_ERROR_REGION_SIZE |
MPU region size error, MPU region size is not a value of type hal_mpu_region_size_t. |
| HAL_MPU_STATUS_ERROR |
MPU error, errors other than reasons described above. |
| HAL_MPU_STATUS_OK |
MPU ok. |