Home
last modified time | relevance | path

Searched refs:AddressCache (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxmmu.c217 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.AddressCache.Activation)); in HAL_GFXMMU_Init()
263 if (hgfxmmu->Init.AddressCache.Activation == ENABLE) in HAL_GFXMMU_Init()
265 …assert_param(IS_GFXMMU_ADDRESSCACHE_LOCK_BUFFER(hgfxmmu->Init.AddressCache.AddressCacheLockBuffer)… in HAL_GFXMMU_Init()
267 hgfxmmu->Init.AddressCache.AddressCacheLockBuffer; in HAL_GFXMMU_Init()
817 const GFXMMU_AddressCacheTypeDef *AddressCache) in HAL_GFXMMU_ModifyAddressCache() argument
820 assert_param(IS_FUNCTIONAL_STATE(AddressCache->Activation)); in HAL_GFXMMU_ModifyAddressCache()
832 if (AddressCache->Activation == ENABLE) in HAL_GFXMMU_ModifyAddressCache()
834 assert_param(IS_GFXMMU_ADDRESSCACHE_LOCK_BUFFER(AddressCache->AddressCacheLockBuffer)); in HAL_GFXMMU_ModifyAddressCache()
836 AddressCache->AddressCacheLockBuffer); in HAL_GFXMMU_ModifyAddressCache()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxmmu.h130 GFXMMU_AddressCacheTypeDef AddressCache; /*!< Address Cache parameters. */ member
403 const GFXMMU_AddressCacheTypeDef *AddressCache);