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

IS_DSI_TE_POLARITY macro

Syntax

#define IS_DSI_TE_POLARITY(TEPolarity) (((TEPolarity) == DSI_TE_RISING_EDGE)\     || ((TEPolarity) == DSI_TE_FALLING_EDGE))

Arguments

TEPolarity

References

LocationText
stm32f4xx_hal_dsi.h:1297
#define IS_DSI_TE_POLARITY(TEPolarity) (((TEPolarity) == DSI_TE_RISING_EDGE)\
stm32f4xx_hal_dsi.c:1214
assert_param(IS_DSI_TE_POLARITY(CmdCfg->TearingEffectPolarity));