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

IS_DSI_VS_POLARITY macro

Syntax

#define IS_DSI_VS_POLARITY(VSPolarity) (((VSPolarity) == DSI_VSYNC_FALLING)\     || ((VSPolarity) == DSI_VSYNC_RISING))

Arguments

VSPolarity

References

LocationText
stm32f4xx_hal_dsi.h:1301
#define IS_DSI_VS_POLARITY(VSPolarity) (((VSPolarity) == DSI_VSYNC_FALLING)\
stm32f4xx_hal_dsi.c:1216
assert_param(IS_DSI_VS_POLARITY(CmdCfg->VSyncPol));