Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_gfxmmu.c670 HAL_StatusTypeDef HAL_GFXMMU_ConfigForceCache(GFXMMU_HandleTypeDef *hgfxmmu, uint32_t ForceParam) in HAL_GFXMMU_ConfigForceCache() argument
676 assert_param(IS_GFXMMU_CACHE_FORCE_ACTION(ForceParam)); in HAL_GFXMMU_ConfigForceCache()
686 hgfxmmu->Instance->CCR |= ForceParam; in HAL_GFXMMU_ConfigForceCache()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxmmu.c698 HAL_StatusTypeDef HAL_GFXMMU_ConfigForceCache(GFXMMU_HandleTypeDef *hgfxmmu, uint32_t ForceParam) in HAL_GFXMMU_ConfigForceCache() argument
704 assert_param(IS_GFXMMU_CACHE_FORCE_ACTION(ForceParam)); in HAL_GFXMMU_ConfigForceCache()
714 hgfxmmu->Instance->CCR |= ForceParam; in HAL_GFXMMU_ConfigForceCache()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_gfxmmu.h358 HAL_StatusTypeDef HAL_GFXMMU_ConfigForceCache(GFXMMU_HandleTypeDef *hgfxmmu, uint32_t ForceParam);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxmmu.h394 HAL_StatusTypeDef HAL_GFXMMU_ConfigForceCache(GFXMMU_HandleTypeDef *hgfxmmu, uint32_t ForceParam);