Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dsi.h1342 #define IS_DSI_COMMUNICATION_DELAY(CommDelay) (((CommDelay) == DSI_SLEW_RATE_HSTX) || \ macro
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dsi.h1342 #define IS_DSI_COMMUNICATION_DELAY(CommDelay) (((CommDelay) == DSI_SLEW_RATE_HSTX) || \ macro
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dsi.h1342 #define IS_DSI_COMMUNICATION_DELAY(CommDelay) (((CommDelay) == DSI_SLEW_RATE_HSTX) || \ macro
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dsi.h1342 #define IS_DSI_COMMUNICATION_DELAY(CommDelay) (((CommDelay) == DSI_SLEW_RATE_HSTX) || \ macro
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c2193 assert_param(IS_DSI_COMMUNICATION_DELAY(CommDelay)); in HAL_DSI_SetSlewRateAndDelayTuning()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c2550 assert_param(IS_DSI_COMMUNICATION_DELAY(CommDelay)); in HAL_DSI_SetSlewRateAndDelayTuning()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c2550 assert_param(IS_DSI_COMMUNICATION_DELAY(CommDelay)); in HAL_DSI_SetSlewRateAndDelayTuning()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c2550 assert_param(IS_DSI_COMMUNICATION_DELAY(CommDelay)); in HAL_DSI_SetSlewRateAndDelayTuning()