Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c2981 assert_param(IS_LTDC_ARGB_COMPONENT_POSITION(pLayerFlexARGB->FlexARGB.RedPos)); in HAL_LTDC_ConfigLayerFlexARGB()
2982 assert_param(IS_LTDC_ARGB_COMPONENT_POSITION(pLayerFlexARGB->FlexARGB.GreenPos)); in HAL_LTDC_ConfigLayerFlexARGB()
2983 assert_param(IS_LTDC_ARGB_COMPONENT_POSITION(pLayerFlexARGB->FlexARGB.BluePos)); in HAL_LTDC_ConfigLayerFlexARGB()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ltdc.h1067 #define IS_LTDC_ARGB_COMPONENT_POSITION(__ARGB_POS__) ((__ARGB_POS__) <= 0x1FU) macro