Searched refs:LPCmd (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dsi.c | 1451 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument 1456 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand() 1457 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand() 1458 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand() 1459 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand() 1460 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand() 1461 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand() 1462 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand() 1463 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand() 1464 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dsi.c | 1312 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument 1317 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand() 1318 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand() 1319 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand() 1320 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand() 1321 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand() 1322 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand() 1323 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand() 1324 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand() 1325 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dsi.c | 1312 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument 1317 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand() 1318 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand() 1319 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand() 1320 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand() 1321 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand() 1322 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand() 1323 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand() 1324 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand() 1325 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dsi.c | 1312 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument 1317 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand() 1318 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand() 1319 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand() 1320 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand() 1321 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand() 1322 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand() 1323 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand() 1324 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand() 1325 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dsi.c | 1312 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument 1317 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand() 1318 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand() 1319 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand() 1320 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand() 1321 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand() 1322 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand() 1323 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand() 1324 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand() 1325 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dsi.h | 1168 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_dsi.h | 1168 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_dsi.h | 1230 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_dsi.h | 1168 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_dsi.h | 1168 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);
|