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

IS_DSI_DE_POLARITY macro

Syntax

#define IS_DSI_DE_POLARITY(DataEnable) (((DataEnable) == DSI_DATA_ENABLE_ACTIVE_HIGH)\     || ((DataEnable) == DSI_DATA_ENABLE_ACTIVE_LOW))

Arguments

DataEnable

References

LocationText
stm32f4xx_hal_dsi.h:1272
#define IS_DSI_DE_POLARITY(DataEnable) (((DataEnable) == DSI_DATA_ENABLE_ACTIVE_HIGH)\
stm32f4xx_hal_dsi.c:1072
assert_param(IS_DSI_DE_POLARITY(VidCfg->DEPolarity));
stm32f4xx_hal_dsi.c:1218
assert_param(IS_DSI_DE_POLARITY(CmdCfg->DEPolarity));