Searched refs:IS_DSI_LP_COMMAND (Results 1 – 2 of 2) sorted by relevance
1257 #define IS_DSI_LP_COMMAND(LPCommand) (((LPCommand) == DSI_LP_COMMAND_DISABLE) || ((L… macro
992 assert_param(IS_DSI_LP_COMMAND(VidCfg->LPCommandEnable)); in HAL_DSI_ConfigVideoMode()