cache_hal_disable() function
Disable Cache Disable the ICache or DCache or both, of a certain level or all levels. All the items in the corresponding Cache(s) will be invalideated. Next request to these items will trigger a transaction to the physical memory
Arguments
cache_level
Level of the Cache(s)
Notes
If the autoload feature is enabled, this API will return until the ICache autoload is disabled.