Searched refs:IS_GFXMMU_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
332 #define IS_GFXMMU_BLOCK_SIZE(VALUE) (((VALUE) == GFXMMU_12BYTE_BLOCKS) || \ macro
193 assert_param(IS_GFXMMU_BLOCK_SIZE(hgfxmmu->Init.BlockSize)); in HAL_GFXMMU_Init()