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

IS_DSI_VSYNC_POLARITY macro

Syntax

#define IS_DSI_VSYNC_POLARITY(Vsync) (((Vsync) == DSI_VSYNC_ACTIVE_HIGH)\     || ((Vsync) == DSI_VSYNC_ACTIVE_LOW))

Arguments

Vsync

References

LocationText
stm32f4xx_hal_dsi.h:1274
#define IS_DSI_VSYNC_POLARITY(Vsync) (((Vsync) == DSI_VSYNC_ACTIVE_HIGH)\
stm32f4xx_hal_dsi.c:1073
assert_param(IS_DSI_VSYNC_POLARITY(VidCfg->VSPolarity));
stm32f4xx_hal_dsi.c:1219
assert_param(IS_DSI_VSYNC_POLARITY(CmdCfg->VSPolarity));