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

IS_DSI_LP_HFP macro

Syntax

#define IS_DSI_LP_HFP(LPHFP) (((LPHFP) == DSI_LP_HFP_DISABLE) || ((LPHFP) == DSI_LP_HFP_ENABLE))

Arguments

LPHFP

References

LocationText
stm32f4xx_hal_dsi.h:1286
#define IS_DSI_LP_HFP(LPHFP) (((LPHFP) == DSI_LP_HFP_DISABLE) || ((LPHFP) == DSI_LP_HFP_ENABLE))
stm32f4xx_hal_dsi.c:1065
assert_param(IS_DSI_LP_HFP(VidCfg->LPHorizontalFrontPorchEnable));