Home
last modified time | relevance | path

Searched refs:GFXMMU_CACHE_LOCK_ENABLE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_gfxmmu.h191 #define GFXMMU_CACHE_LOCK_ENABLE GFXMMU_CR_CL /*!< Cache locked to a buffer */ macro
398 ((VALUE) == GFXMMU_CACHE_LOCK_ENABLE))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxmmu.h214 #define GFXMMU_CACHE_LOCK_ENABLE GFXMMU_CR_CL /*!< Cache locked to a buffer */ macro
441 ((VALUE) == GFXMMU_CACHE_LOCK_ENABLE))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_gfxmmu.c236 if(hgfxmmu->Init.CachePrefetch.CacheLock == GFXMMU_CACHE_LOCK_ENABLE) in HAL_GFXMMU_Init()
762 if(CachePrefetch->CacheLock == GFXMMU_CACHE_LOCK_ENABLE) in HAL_GFXMMU_ModifyCachePrefetch()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxmmu.c250 if (hgfxmmu->Init.CachePrefetch.CacheLock == GFXMMU_CACHE_LOCK_ENABLE) in HAL_GFXMMU_Init()
793 if (CachePrefetch->CacheLock == GFXMMU_CACHE_LOCK_ENABLE) in HAL_GFXMMU_ModifyCachePrefetch()