Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gfxmmu.h332 #define IS_GFXMMU_BLOCK_SIZE(VALUE) (((VALUE) == GFXMMU_12BYTE_BLOCKS) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gfxmmu.h332 #define IS_GFXMMU_BLOCK_SIZE(VALUE) (((VALUE) == GFXMMU_12BYTE_BLOCKS) || \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxmmu.c193 assert_param(IS_GFXMMU_BLOCK_SIZE(hgfxmmu->Init.BlockSize)); in HAL_GFXMMU_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gfxmmu.c193 assert_param(IS_GFXMMU_BLOCK_SIZE(hgfxmmu->Init.BlockSize)); in HAL_GFXMMU_Init()