Searched refs:IS_DSI_DE_POLARITY (Results 1 – 10 of 10) sorted by relevance
1246 assert_param(IS_DSI_DE_POLARITY(VidCfg->DEPolarity)); in HAL_DSI_ConfigVideoMode()1392 assert_param(IS_DSI_DE_POLARITY(CmdCfg->DEPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()
1107 assert_param(IS_DSI_DE_POLARITY(VidCfg->DEPolarity)); in HAL_DSI_ConfigVideoMode()1253 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