STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for DSI Error Data Type:

Macros

#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
 

Detailed Description

Macro Definition Documentation

◆ HAL_DSI_ERROR_NONE

#define HAL_DSI_ERROR_NONE   0U

#include <stm32f4xx_hal_dsi.h>

Definition at line 848 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_DeInit(), HAL_DSI_Init(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ERROR_ACK

#define HAL_DSI_ERROR_ACK   0x00000001U

#include <stm32f4xx_hal_dsi.h>

Acknowledge errors

Definition at line 849 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ERROR_PHY

#define HAL_DSI_ERROR_PHY   0x00000002U

#include <stm32f4xx_hal_dsi.h>

PHY related errors

Definition at line 850 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ERROR_TX

#define HAL_DSI_ERROR_TX   0x00000004U

#include <stm32f4xx_hal_dsi.h>

Transmission error

Definition at line 851 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ERROR_RX

#define HAL_DSI_ERROR_RX   0x00000008U

#include <stm32f4xx_hal_dsi.h>

Reception error

Definition at line 852 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ERROR_ECC

#define HAL_DSI_ERROR_ECC   0x00000010U

#include <stm32f4xx_hal_dsi.h>

ECC errors

Definition at line 853 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ERROR_CRC

#define HAL_DSI_ERROR_CRC   0x00000020U

#include <stm32f4xx_hal_dsi.h>

CRC error

Definition at line 854 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ERROR_PSE

#define HAL_DSI_ERROR_PSE   0x00000040U

#include <stm32f4xx_hal_dsi.h>

Packet Size error

Definition at line 855 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ERROR_EOT

#define HAL_DSI_ERROR_EOT   0x00000080U

#include <stm32f4xx_hal_dsi.h>

End Of Transmission error

Definition at line 856 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ERROR_OVF

#define HAL_DSI_ERROR_OVF   0x00000100U

#include <stm32f4xx_hal_dsi.h>

FIFO overflow error

Definition at line 857 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ERROR_GEN

#define HAL_DSI_ERROR_GEN   0x00000200U

#include <stm32f4xx_hal_dsi.h>

Generic FIFO related errors

Definition at line 858 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().