Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_gfxmmu.c201 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.CachePrefetch.Activation)); in HAL_GFXMMU_Init()
225 if(hgfxmmu->Init.CachePrefetch.Activation == ENABLE) in HAL_GFXMMU_Init()
227 assert_param(IS_GFXMMU_CACHE_LOCK(hgfxmmu->Init.CachePrefetch.CacheLock)); in HAL_GFXMMU_Init()
228 assert_param(IS_GFXMMU_PREFETCH(hgfxmmu->Init.CachePrefetch.Prefetch)); in HAL_GFXMMU_Init()
229 assert_param(IS_GFXMMU_OUTTER_BUFFERABILITY(hgfxmmu->Init.CachePrefetch.OutterBufferability)); in HAL_GFXMMU_Init()
230 assert_param(IS_GFXMMU_OUTTER_CACHABILITY(hgfxmmu->Init.CachePrefetch.OutterCachability)); in HAL_GFXMMU_Init()
232 hgfxmmu->Init.CachePrefetch.CacheLock | in HAL_GFXMMU_Init()
233 hgfxmmu->Init.CachePrefetch.Prefetch | in HAL_GFXMMU_Init()
234 hgfxmmu->Init.CachePrefetch.OutterBufferability | in HAL_GFXMMU_Init()
235 hgfxmmu->Init.CachePrefetch.OutterCachability); in HAL_GFXMMU_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxmmu.c213 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.CachePrefetch.Activation)); in HAL_GFXMMU_Init()
239 if (hgfxmmu->Init.CachePrefetch.Activation == ENABLE) in HAL_GFXMMU_Init()
241 assert_param(IS_GFXMMU_CACHE_LOCK(hgfxmmu->Init.CachePrefetch.CacheLock)); in HAL_GFXMMU_Init()
242 assert_param(IS_GFXMMU_PREFETCH(hgfxmmu->Init.CachePrefetch.Prefetch)); in HAL_GFXMMU_Init()
243 assert_param(IS_GFXMMU_OUTTER_BUFFERABILITY(hgfxmmu->Init.CachePrefetch.OutterBufferability)); in HAL_GFXMMU_Init()
244 assert_param(IS_GFXMMU_OUTTER_CACHABILITY(hgfxmmu->Init.CachePrefetch.OutterCachability)); in HAL_GFXMMU_Init()
246 hgfxmmu->Init.CachePrefetch.CacheLock | in HAL_GFXMMU_Init()
247 hgfxmmu->Init.CachePrefetch.Prefetch | in HAL_GFXMMU_Init()
248 hgfxmmu->Init.CachePrefetch.OutterBufferability | in HAL_GFXMMU_Init()
249 hgfxmmu->Init.CachePrefetch.OutterCachability); in HAL_GFXMMU_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_gfxmmu.h108 GFXMMU_CachePrefetchTypeDef CachePrefetch; /*!< Cache and pre-fetch parameters. */ member
363 GFXMMU_CachePrefetchTypeDef *CachePrefetch);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxmmu.h127 GFXMMU_CachePrefetchTypeDef CachePrefetch; /*!< Cache and pre-fetch parameters. */ member
397 const GFXMMU_CachePrefetchTypeDef *CachePrefetch);