STM32F479xx HAL User Manual
Defines
DSI Private Constants
DSI

Defines

#define DSI_TIMEOUT_VALUE   ((uint32_t)1000U) /* 1s */
#define DSI_ERROR_ACK_MASK
#define DSI_ERROR_PHY_MASK   (DSI_ISR0_PE0 | DSI_ISR0_PE1 | DSI_ISR0_PE2 | DSI_ISR0_PE3 | DSI_ISR0_PE4)
#define DSI_ERROR_TX_MASK   DSI_ISR1_TOHSTX
#define DSI_ERROR_RX_MASK   DSI_ISR1_TOLPRX
#define DSI_ERROR_ECC_MASK   (DSI_ISR1_ECCSE | DSI_ISR1_ECCME)
#define DSI_ERROR_CRC_MASK   DSI_ISR1_CRCE
#define DSI_ERROR_PSE_MASK   DSI_ISR1_PSE
#define DSI_ERROR_EOT_MASK   DSI_ISR1_EOTPE
#define DSI_ERROR_OVF_MASK   DSI_ISR1_LPWRE
#define DSI_ERROR_GEN_MASK   (DSI_ISR1_GCWRE | DSI_ISR1_GPWRE | DSI_ISR1_GPTXE | DSI_ISR1_GPRDE | DSI_ISR1_GPRXE)
#define DSI_MAX_RETURN_PKT_SIZE   (0x00000037U)

Define Documentation

Value:
(DSI_ISR0_AE0 | DSI_ISR0_AE1 | DSI_ISR0_AE2 | DSI_ISR0_AE3 | \
                            DSI_ISR0_AE4 | DSI_ISR0_AE5 | DSI_ISR0_AE6 | DSI_ISR0_AE7 | \
                            DSI_ISR0_AE8 | DSI_ISR0_AE9 | DSI_ISR0_AE10 | DSI_ISR0_AE11 | \
                            DSI_ISR0_AE12 | DSI_ISR0_AE13 | DSI_ISR0_AE14 | DSI_ISR0_AE15)

Definition at line 178 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

#define DSI_ERROR_CRC_MASK   DSI_ISR1_CRCE

Definition at line 186 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

#define DSI_ERROR_ECC_MASK   (DSI_ISR1_ECCSE | DSI_ISR1_ECCME)

Definition at line 185 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

#define DSI_ERROR_EOT_MASK   DSI_ISR1_EOTPE

Definition at line 188 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

#define DSI_ERROR_GEN_MASK   (DSI_ISR1_GCWRE | DSI_ISR1_GPWRE | DSI_ISR1_GPTXE | DSI_ISR1_GPRDE | DSI_ISR1_GPRXE)

Definition at line 190 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

#define DSI_ERROR_OVF_MASK   DSI_ISR1_LPWRE

Definition at line 189 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

#define DSI_ERROR_PHY_MASK   (DSI_ISR0_PE0 | DSI_ISR0_PE1 | DSI_ISR0_PE2 | DSI_ISR0_PE3 | DSI_ISR0_PE4)

Definition at line 182 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

#define DSI_ERROR_PSE_MASK   DSI_ISR1_PSE

Definition at line 187 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

#define DSI_ERROR_RX_MASK   DSI_ISR1_TOLPRX

Definition at line 184 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

#define DSI_ERROR_TX_MASK   DSI_ISR1_TOHSTX

Definition at line 183 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

#define DSI_MAX_RETURN_PKT_SIZE   (0x00000037U)

Maximum return packet configuration

Definition at line 1231 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().

#define DSI_TIMEOUT_VALUE   ((uint32_t)1000U) /* 1s */