Home
last modified time | relevance | path

Searched refs:LPCmd (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c1277 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument
1282 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand()
1283 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand()
1284 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand()
1285 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand()
1286 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand()
1287 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand()
1288 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand()
1289 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand()
1290 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c1416 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument
1421 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand()
1422 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand()
1423 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand()
1424 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand()
1425 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand()
1426 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand()
1427 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand()
1428 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand()
1429 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c1277 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument
1282 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand()
1283 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand()
1284 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand()
1285 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand()
1286 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand()
1287 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand()
1288 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand()
1289 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand()
1290 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c1277 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument
1282 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand()
1283 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand()
1284 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand()
1285 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand()
1286 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand()
1287 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand()
1288 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand()
1289 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand()
1290 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c1277 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd) in HAL_DSI_ConfigCommand() argument
1282 assert_param(IS_DSI_LP_GSW0P(LPCmd->LPGenShortWriteNoP)); in HAL_DSI_ConfigCommand()
1283 assert_param(IS_DSI_LP_GSW1P(LPCmd->LPGenShortWriteOneP)); in HAL_DSI_ConfigCommand()
1284 assert_param(IS_DSI_LP_GSW2P(LPCmd->LPGenShortWriteTwoP)); in HAL_DSI_ConfigCommand()
1285 assert_param(IS_DSI_LP_GSR0P(LPCmd->LPGenShortReadNoP)); in HAL_DSI_ConfigCommand()
1286 assert_param(IS_DSI_LP_GSR1P(LPCmd->LPGenShortReadOneP)); in HAL_DSI_ConfigCommand()
1287 assert_param(IS_DSI_LP_GSR2P(LPCmd->LPGenShortReadTwoP)); in HAL_DSI_ConfigCommand()
1288 assert_param(IS_DSI_LP_GLW(LPCmd->LPGenLongWrite)); in HAL_DSI_ConfigCommand()
1289 assert_param(IS_DSI_LP_DSW0P(LPCmd->LPDcsShortWriteNoP)); in HAL_DSI_ConfigCommand()
1290 assert_param(IS_DSI_LP_DSW1P(LPCmd->LPDcsShortWriteOneP)); in HAL_DSI_ConfigCommand()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dsi.h1168 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dsi.h1168 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dsi.h1168 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dsi.h1168 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dsi.h1230 HAL_StatusTypeDef HAL_DSI_ConfigCommand(DSI_HandleTypeDef *hdsi, DSI_LPCmdTypeDef *LPCmd);