Searched refs:IS_GFXMMU_BLOCKS_PER_LINE (Results 1 – 2 of 2) sorted by relevance
311 #define IS_GFXMMU_BLOCKS_PER_LINE(VALUE) (((VALUE) == GFXMMU_256BLOCKS) || \ macro
190 assert_param(IS_GFXMMU_BLOCKS_PER_LINE(hgfxmmu->Init.BlocksPerLine)); in HAL_GFXMMU_Init()