Home
last modified time | relevance | path

Searched refs:IS_GFXMMU_LUT_LINE (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_gfxmmu.c485 assert_param(IS_GFXMMU_LUT_LINE(FirstLine)); in HAL_GFXMMU_ConfigLut()
536 assert_param(IS_GFXMMU_LUT_LINE(FirstLine)); in HAL_GFXMMU_DisableLutLines()
579 assert_param(IS_GFXMMU_LUT_LINE(lutLine->LineNumber)); in HAL_GFXMMU_ConfigLutLine()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxmmu.c502 assert_param(IS_GFXMMU_LUT_LINE(FirstLine)); in HAL_GFXMMU_ConfigLut()
561 assert_param(IS_GFXMMU_LUT_LINE(FirstLine)); in HAL_GFXMMU_DisableLutLines()
611 assert_param(IS_GFXMMU_LUT_LINE(lutLine->LineNumber)); in HAL_GFXMMU_ConfigLutLine()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gfxmmu.c502 assert_param(IS_GFXMMU_LUT_LINE(FirstLine)); in HAL_GFXMMU_ConfigLut()
561 assert_param(IS_GFXMMU_LUT_LINE(FirstLine)); in HAL_GFXMMU_DisableLutLines()
611 assert_param(IS_GFXMMU_LUT_LINE(lutLine->LineNumber)); in HAL_GFXMMU_ConfigLutLine()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_gfxmmu.c530 assert_param(IS_GFXMMU_LUT_LINE(FirstLine)); in HAL_GFXMMU_ConfigLut()
581 assert_param(IS_GFXMMU_LUT_LINE(FirstLine)); in HAL_GFXMMU_DisableLutLines()
624 assert_param(IS_GFXMMU_LUT_LINE(lutLine->LineNumber)); in HAL_GFXMMU_ConfigLutLine()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxmmu.c550 assert_param(IS_GFXMMU_LUT_LINE(FirstLine)); in HAL_GFXMMU_ConfigLut()
604 assert_param(IS_GFXMMU_LUT_LINE(FirstLine)); in HAL_GFXMMU_DisableLutLines()
649 assert_param(IS_GFXMMU_LUT_LINE(lutLine->LineNumber)); in HAL_GFXMMU_ConfigLutLine()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_gfxmmu.h305 #define IS_GFXMMU_LUT_LINE(VALUE) ((VALUE) < 1024U) macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gfxmmu.h340 #define IS_GFXMMU_LUT_LINE(VALUE) ((VALUE) < 1024U) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gfxmmu.h340 #define IS_GFXMMU_LUT_LINE(VALUE) ((VALUE) < 1024U) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_gfxmmu.h419 #define IS_GFXMMU_LUT_LINE(VALUE) ((VALUE) < 1024U) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxmmu.h473 #define IS_GFXMMU_LUT_LINE(VALUE) ((VALUE) < 1024U) macro