Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_gfxmmu.h210 #define GFXMMU_CACHE_FORCE_DISABLE 0x00000000U /*!< Caching not forced */ macro
405 #define IS_GFXMMU_CACHE_FORCE(VALUE) (((VALUE) == GFXMMU_CACHE_FORCE_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxmmu.h233 #define GFXMMU_CACHE_FORCE_DISABLE 0x00000000U /*!< Caching not forced */ macro
448 #define IS_GFXMMU_CACHE_FORCE(VALUE) (((VALUE) == GFXMMU_CACHE_FORCE_DISABLE) || \