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

IS_DSI_AUTOMATIC_REFRESH macro

Syntax

#define IS_DSI_AUTOMATIC_REFRESH(AutomaticRefresh) (((AutomaticRefresh) == DSI_AR_DISABLE)\     || ((AutomaticRefresh) == DSI_AR_ENABLE))

Arguments

AutomaticRefresh

References

LocationText
stm32f4xx_hal_dsi.h:1299
#define IS_DSI_AUTOMATIC_REFRESH(AutomaticRefresh) (((AutomaticRefresh) == DSI_AR_DISABLE)\
stm32f4xx_hal_dsi.c:1215
assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh));