STM32F479xx HAL User Manual
|
Defines | |
#define | HAL_DSI_ERROR_NONE 0U |
#define | HAL_DSI_ERROR_ACK 0x00000001U |
#define | HAL_DSI_ERROR_PHY 0x00000002U |
#define | HAL_DSI_ERROR_TX 0x00000004U |
#define | HAL_DSI_ERROR_RX 0x00000008U |
#define | HAL_DSI_ERROR_ECC 0x00000010U |
#define | HAL_DSI_ERROR_CRC 0x00000020U |
#define | HAL_DSI_ERROR_PSE 0x00000040U |
#define | HAL_DSI_ERROR_EOT 0x00000080U |
#define | HAL_DSI_ERROR_OVF 0x00000100U |
#define | HAL_DSI_ERROR_GEN 0x00000200U |
#define | HAL_DSI_ERROR_INVALID_CALLBACK 0x00000400U |
#define HAL_DSI_ERROR_ACK 0x00000001U |
acknowledge errors
Definition at line 844 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define HAL_DSI_ERROR_CRC 0x00000020U |
CRC error
Definition at line 849 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define HAL_DSI_ERROR_ECC 0x00000010U |
ECC errors
Definition at line 848 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define HAL_DSI_ERROR_EOT 0x00000080U |
End Of Transmission error
Definition at line 851 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define HAL_DSI_ERROR_GEN 0x00000200U |
Generic FIFO related errors
Definition at line 853 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define HAL_DSI_ERROR_INVALID_CALLBACK 0x00000400U |
DSI Invalid Callback error
Definition at line 855 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_RegisterCallback(), and HAL_DSI_UnRegisterCallback().
#define HAL_DSI_ERROR_NONE 0U |
Definition at line 843 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_DeInit(), HAL_DSI_Init(), and HAL_DSI_IRQHandler().
#define HAL_DSI_ERROR_OVF 0x00000100U |
FIFO overflow error
Definition at line 852 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define HAL_DSI_ERROR_PHY 0x00000002U |
PHY related errors
Definition at line 845 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define HAL_DSI_ERROR_PSE 0x00000040U |
Packet Size error
Definition at line 850 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define HAL_DSI_ERROR_RX 0x00000008U |
reception error
Definition at line 847 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define HAL_DSI_ERROR_TX 0x00000004U |
transmission error
Definition at line 846 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().