Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c2617 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2638 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2659 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2991 else if (Lane == DSI_DATA_LANES) in HAL_DSI_ForceTXStopMode()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c2617 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2638 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2659 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2991 else if (Lane == DSI_DATA_LANES) in HAL_DSI_ForceTXStopMode()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c2617 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2638 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2659 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2991 else if (Lane == DSI_DATA_LANES) in HAL_DSI_ForceTXStopMode()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c2617 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2638 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2659 else if (Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2991 else if (Lane == DSI_DATA_LANES) in HAL_DSI_ForceTXStopMode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dsi.h870 #define DSI_DATA_LANES 0x00000001U macro
1345 …DSI_LANE_GROUP(Lane) (((Lane) == DSI_CLOCK_LANE) || ((Lane) == DSI_DATA_LANES))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dsi.h870 #define DSI_DATA_LANES 0x00000001U macro
1345 …DSI_LANE_GROUP(Lane) (((Lane) == DSI_CLOCK_LANE) || ((Lane) == DSI_DATA_LANES))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dsi.h889 #define DSI_DATA_LANES 0x00000001U macro
1385 …DSI_LANE_GROUP(Lane) (((Lane) == DSI_CLOCK_LANE) || ((Lane) == DSI_DATA_LANES))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dsi.h870 #define DSI_DATA_LANES 0x00000001U macro
1345 …DSI_LANE_GROUP(Lane) (((Lane) == DSI_CLOCK_LANE) || ((Lane) == DSI_DATA_LANES))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dsi.h870 #define DSI_DATA_LANES 0x00000001U macro
1345 …DSI_LANE_GROUP(Lane) (((Lane) == DSI_CLOCK_LANE) || ((Lane) == DSI_DATA_LANES))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c2817 else if (Lane == DSI_DATA_LANES) in HAL_DSI_ForceTXStopMode()