Searched refs:IS_DSI_DE_POLARITY (Results 1 – 10 of 10) sorted by relevance
1072 assert_param(IS_DSI_DE_POLARITY(VidCfg->DEPolarity)); in HAL_DSI_ConfigVideoMode()1218 assert_param(IS_DSI_DE_POLARITY(CmdCfg->DEPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()
1211 assert_param(IS_DSI_DE_POLARITY(VidCfg->DEPolarity)); in HAL_DSI_ConfigVideoMode()1357 assert_param(IS_DSI_DE_POLARITY(CmdCfg->DEPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()
1272 #define IS_DSI_DE_POLARITY(DataEnable) (((DataEnable) == DSI_DATA_ENABLE_ACTIVE_HIGH)\ macro
1315 #define IS_DSI_DE_POLARITY(DataEnable) (((DataEnable) == DSI_DATA_ENABLE_ACTIVE_HIGH)\ macro