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

IS_DSI_HSYNC_POLARITY macro

Syntax

#define IS_DSI_HSYNC_POLARITY(Hsync) (((Hsync) == DSI_HSYNC_ACTIVE_HIGH)\     || ((Hsync) == DSI_HSYNC_ACTIVE_LOW))

Arguments

Hsync

References

LocationText
stm32f4xx_hal_dsi.h:1276
#define IS_DSI_HSYNC_POLARITY(Hsync) (((Hsync) == DSI_HSYNC_ACTIVE_HIGH)\
stm32f4xx_hal_dsi.c:1074
assert_param(IS_DSI_HSYNC_POLARITY(VidCfg->HSPolarity));
stm32f4xx_hal_dsi.c:1220
assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity));