Home
last modified time | relevance | path

Searched defs:hdcache (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dcache.c181 HAL_StatusTypeDef HAL_DCACHE_Init(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_Init()
234 HAL_StatusTypeDef HAL_DCACHE_DeInit(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_DeInit()
282 __weak void HAL_DCACHE_MspInit(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_MspInit()
298 __weak void HAL_DCACHE_MspDeInit(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_MspDeInit()
346 HAL_StatusTypeDef HAL_DCACHE_Enable(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_Enable()
383 HAL_StatusTypeDef HAL_DCACHE_Disable(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_Disable()
442 uint32_t HAL_DCACHE_IsEnabled(const DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_IsEnabled()
455 HAL_StatusTypeDef HAL_DCACHE_SetReadBurstType(DCACHE_HandleTypeDef *hdcache, uint32_t ReadBurstType) in HAL_DCACHE_SetReadBurstType()
494 HAL_StatusTypeDef HAL_DCACHE_Invalidate(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_Invalidate()
567 HAL_StatusTypeDef HAL_DCACHE_InvalidateByAddr(DCACHE_HandleTypeDef *hdcache, const uint32_t *const … in HAL_DCACHE_InvalidateByAddr()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dcache.c181 HAL_StatusTypeDef HAL_DCACHE_Init(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_Init()
234 HAL_StatusTypeDef HAL_DCACHE_DeInit(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_DeInit()
282 __weak void HAL_DCACHE_MspInit(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_MspInit()
298 __weak void HAL_DCACHE_MspDeInit(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_MspDeInit()
346 HAL_StatusTypeDef HAL_DCACHE_Enable(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_Enable()
383 HAL_StatusTypeDef HAL_DCACHE_Disable(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_Disable()
442 uint32_t HAL_DCACHE_IsEnabled(const DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_IsEnabled()
455 HAL_StatusTypeDef HAL_DCACHE_SetReadBurstType(DCACHE_HandleTypeDef *hdcache, uint32_t ReadBurstType) in HAL_DCACHE_SetReadBurstType()
494 HAL_StatusTypeDef HAL_DCACHE_Invalidate(DCACHE_HandleTypeDef *hdcache) in HAL_DCACHE_Invalidate()
567 HAL_StatusTypeDef HAL_DCACHE_InvalidateByAddr(DCACHE_HandleTypeDef *hdcache, const uint32_t *const … in HAL_DCACHE_InvalidateByAddr()
[all …]