Lines Matching defs:hcacheaxi

177 HAL_StatusTypeDef  HAL_CACHEAXI_Init(CACHEAXI_HandleTypeDef *hcacheaxi)  in HAL_CACHEAXI_Init()
230 HAL_StatusTypeDef HAL_CACHEAXI_DeInit(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_DeInit()
285 __weak void HAL_CACHEAXI_MspInit(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_MspInit()
301 __weak void HAL_CACHEAXI_MspDeInit(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_MspDeInit()
350 HAL_StatusTypeDef HAL_CACHEAXI_Enable(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Enable()
404 HAL_StatusTypeDef HAL_CACHEAXI_Disable(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Disable()
463 uint32_t HAL_CACHEAXI_IsEnabled(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_IsEnabled()
475 HAL_StatusTypeDef HAL_CACHEAXI_Invalidate(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Invalidate()
548 HAL_StatusTypeDef HAL_CACHEAXI_CleanByAddr(CACHEAXI_HandleTypeDef *hcacheaxi, const uint32_t *const… in HAL_CACHEAXI_CleanByAddr()
577 HAL_StatusTypeDef HAL_CACHEAXI_CleanInvalidByAddr(CACHEAXI_HandleTypeDef *hcacheaxi, const uint32_t… in HAL_CACHEAXI_CleanInvalidByAddr()
606 HAL_StatusTypeDef HAL_CACHEAXI_Invalidate_IT(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Invalidate_IT()
660 HAL_StatusTypeDef HAL_CACHEAXI_CleanByAddr_IT(CACHEAXI_HandleTypeDef *hcacheaxi, const uint32_t *co… in HAL_CACHEAXI_CleanByAddr_IT()
691 HAL_StatusTypeDef HAL_CACHEAXI_CleanInvalidByAddr_IT(CACHEAXI_HandleTypeDef *hcacheaxi, const uint3… in HAL_CACHEAXI_CleanInvalidByAddr_IT()
728 HAL_StatusTypeDef HAL_CACHEAXI_Monitor_Start(CACHEAXI_HandleTypeDef *hcacheaxi, uint32_t MonitorTyp… in HAL_CACHEAXI_Monitor_Start()
763 HAL_StatusTypeDef HAL_CACHEAXI_Monitor_Stop(CACHEAXI_HandleTypeDef *hcacheaxi, uint32_t MonitorType) in HAL_CACHEAXI_Monitor_Stop()
797 HAL_StatusTypeDef HAL_CACHEAXI_Monitor_Reset(CACHEAXI_HandleTypeDef *hcacheaxi, uint32_t MonitorTyp… in HAL_CACHEAXI_Monitor_Reset()
823 uint32_t HAL_CACHEAXI_Monitor_GetReadHitValue(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Monitor_GetReadHitValue()
839 uint32_t HAL_CACHEAXI_Monitor_GetReadMissValue(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Monitor_GetReadMissValue()
855 uint32_t HAL_CACHEAXI_Monitor_GetWriteHitValue(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Monitor_GetWriteHitValue()
871 uint32_t HAL_CACHEAXI_Monitor_GetWriteMissValue(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Monitor_GetWriteMissValue()
887 uint32_t HAL_CACHEAXI_Monitor_GetReadAllocMissValue(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Monitor_GetReadAllocMissValue()
903 uint32_t HAL_CACHEAXI_Monitor_GetWriteAllocMissValue(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Monitor_GetWriteAllocMissValue()
919 uint32_t HAL_CACHEAXI_Monitor_GetWriteThroughValue(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Monitor_GetWriteThroughValue()
935 uint32_t HAL_CACHEAXI_Monitor_GetEvictionValue(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_Monitor_GetEvictionValue()
951 void HAL_CACHEAXI_IRQHandler(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_IRQHandler()
1045 HAL_StatusTypeDef HAL_CACHEAXI_RegisterCallback(CACHEAXI_HandleTypeDef *hcacheaxi, in HAL_CACHEAXI_RegisterCallback()
1151 HAL_StatusTypeDef HAL_CACHEAXI_UnRegisterCallback(CACHEAXI_HandleTypeDef *hcacheaxi, in HAL_CACHEAXI_UnRegisterCallback()
1248 __weak void HAL_CACHEAXI_CleanByAddrCallback(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_CleanByAddrCallback()
1264 __weak void HAL_CACHEAXI_CleanAndInvalidateByAddrCallback(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_CleanAndInvalidateByAddrCallback()
1280 __weak void HAL_CACHEAXI_InvalidateCompleteCallback(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_InvalidateCompleteCallback()
1296 __weak void HAL_CACHEAXI_ErrorCallback(CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_ErrorCallback()
1330 HAL_CACHEAXI_StateTypeDef HAL_CACHEAXI_GetState(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_GetState()
1342 uint32_t HAL_CACHEAXI_GetError(const CACHEAXI_HandleTypeDef *hcacheaxi) in HAL_CACHEAXI_GetError()
1370 static HAL_StatusTypeDef CACHEAXI_CommandByAddr(CACHEAXI_HandleTypeDef *hcacheaxi, uint32_t Command, in CACHEAXI_CommandByAddr()