Home
last modified time | relevance | path

Searched refs:CommDelay (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dsi.h1203 HAL_StatusTypeDef HAL_DSI_SetSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, ui…
1342 #define IS_DSI_COMMUNICATION_DELAY(CommDelay) (((CommDelay) == DSI_SLEW_RATE_HSTX) || \ argument
1343 ((CommDelay) == DSI_SLEW_RATE_LPTX) || \
1344 ((CommDelay) == DSI_HS_DELAY))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dsi.h1203 HAL_StatusTypeDef HAL_DSI_SetSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, ui…
1342 #define IS_DSI_COMMUNICATION_DELAY(CommDelay) (((CommDelay) == DSI_SLEW_RATE_HSTX) || \ argument
1343 ((CommDelay) == DSI_SLEW_RATE_LPTX) || \
1344 ((CommDelay) == DSI_HS_DELAY))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dsi.h1203 HAL_StatusTypeDef HAL_DSI_SetSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, ui…
1342 #define IS_DSI_COMMUNICATION_DELAY(CommDelay) (((CommDelay) == DSI_SLEW_RATE_HSTX) || \ argument
1343 ((CommDelay) == DSI_SLEW_RATE_LPTX) || \
1344 ((CommDelay) == DSI_HS_DELAY))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dsi.h1203 HAL_StatusTypeDef HAL_DSI_SetSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, ui…
1342 #define IS_DSI_COMMUNICATION_DELAY(CommDelay) (((CommDelay) == DSI_SLEW_RATE_HSTX) || \ argument
1343 ((CommDelay) == DSI_SLEW_RATE_LPTX) || \
1344 ((CommDelay) == DSI_HS_DELAY))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c2598 HAL_StatusTypeDef HAL_DSI_SetSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, ui… in HAL_DSI_SetSlewRateAndDelayTuning() argument
2605 assert_param(IS_DSI_COMMUNICATION_DELAY(CommDelay)); in HAL_DSI_SetSlewRateAndDelayTuning()
2608 switch (CommDelay) in HAL_DSI_SetSlewRateAndDelayTuning()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c2598 HAL_StatusTypeDef HAL_DSI_SetSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, ui… in HAL_DSI_SetSlewRateAndDelayTuning() argument
2605 assert_param(IS_DSI_COMMUNICATION_DELAY(CommDelay)); in HAL_DSI_SetSlewRateAndDelayTuning()
2608 switch (CommDelay) in HAL_DSI_SetSlewRateAndDelayTuning()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c2598 HAL_StatusTypeDef HAL_DSI_SetSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, ui… in HAL_DSI_SetSlewRateAndDelayTuning() argument
2605 assert_param(IS_DSI_COMMUNICATION_DELAY(CommDelay)); in HAL_DSI_SetSlewRateAndDelayTuning()
2608 switch (CommDelay) in HAL_DSI_SetSlewRateAndDelayTuning()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c2598 HAL_StatusTypeDef HAL_DSI_SetSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, ui… in HAL_DSI_SetSlewRateAndDelayTuning() argument
2605 assert_param(IS_DSI_COMMUNICATION_DELAY(CommDelay)); in HAL_DSI_SetSlewRateAndDelayTuning()
2608 switch (CommDelay) in HAL_DSI_SetSlewRateAndDelayTuning()