Searched refs:LPCmd (Results 1 – 2 of 2) sorted by relevance
1204 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument1209 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand()1210 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand()1211 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand()1212 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand()1213 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand()1214 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand()1215 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand()1216 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand()1217 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand()[all …]
1139 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);