HAL
IS_DSI_NUMBER_OF_LANES is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_DSI_NUMBER_OF_LANES macro

Syntax

#define IS_DSI_NUMBER_OF_LANES(NumberOfLanes) (((NumberOfLanes) == DSI_ONE_DATA_LANE)\     || ((NumberOfLanes) == DSI_TWO_DATA_LANES))

Arguments

NumberOfLanes

References

LocationText
stm32f4xx_hal_dsi.h:1266
#define IS_DSI_NUMBER_OF_LANES(NumberOfLanes) (((NumberOfLanes) == DSI_ONE_DATA_LANE)\
stm32f4xx_hal_dsi.c:326
assert_param(IS_DSI_NUMBER_OF_LANES(hdsi->Init.NumberOfLanes));