Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ltdc.h1081 #define IS_LTDC_BLEND_ORDER(__BLEND_ORDER__) (((__BLEND_ORDER__) == LTDC_BLENDING_ORDER_FO… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c3386 assert_param(IS_LTDC_BLEND_ORDER(Order)); in HAL_LTDC_ConfigBlendingOrder()