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

IS_DSI_TE_SOURCE macro

Syntax

#define IS_DSI_TE_SOURCE(TESource) (((TESource) == DSI_TE_DSILINK) || ((TESource) == DSI_TE_EXTERNAL))

Arguments

TESource

References

LocationText
stm32f4xx_hal_dsi.h:1296
#define IS_DSI_TE_SOURCE(TESource) (((TESource) == DSI_TE_DSILINK) || ((TESource) == DSI_TE_EXTERNAL))
stm32f4xx_hal_dsi.c:1213
assert_param(IS_DSI_TE_SOURCE(CmdCfg->TearingEffectSource));