STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
DSI Private Constants
Collaboration diagram for DSI Private Constants:

Macros

#define DSI_MAX_RETURN_PKT_SIZE   (0x00000037U)
 
#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)
 

Detailed Description

Macro Definition Documentation

◆ DSI_MAX_RETURN_PKT_SIZE

#define DSI_MAX_RETURN_PKT_SIZE   (0x00000037U)

#include <stm32f4xx_hal_dsi.h>

Maximum return packet configuration

Definition at line 1243 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().

◆ DSI_TIMEOUT_VALUE

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

◆ DSI_ERROR_ACK_MASK

#define DSI_ERROR_ACK_MASK

#include <stm32f4xx_hal_dsi.c>

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().

◆ DSI_ERROR_PHY_MASK

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

#include <stm32f4xx_hal_dsi.c>

Definition at line 182 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ DSI_ERROR_TX_MASK

#define DSI_ERROR_TX_MASK   DSI_ISR1_TOHSTX

#include <stm32f4xx_hal_dsi.c>

Definition at line 183 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ DSI_ERROR_RX_MASK

#define DSI_ERROR_RX_MASK   DSI_ISR1_TOLPRX

#include <stm32f4xx_hal_dsi.c>

Definition at line 184 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ DSI_ERROR_ECC_MASK

#define DSI_ERROR_ECC_MASK   (DSI_ISR1_ECCSE | DSI_ISR1_ECCME)

#include <stm32f4xx_hal_dsi.c>

Definition at line 185 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ DSI_ERROR_CRC_MASK

#define DSI_ERROR_CRC_MASK   DSI_ISR1_CRCE

#include <stm32f4xx_hal_dsi.c>

Definition at line 186 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ DSI_ERROR_PSE_MASK

#define DSI_ERROR_PSE_MASK   DSI_ISR1_PSE

#include <stm32f4xx_hal_dsi.c>

Definition at line 187 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ DSI_ERROR_EOT_MASK

#define DSI_ERROR_EOT_MASK   DSI_ISR1_EOTPE

#include <stm32f4xx_hal_dsi.c>

Definition at line 188 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ DSI_ERROR_OVF_MASK

#define DSI_ERROR_OVF_MASK   DSI_ISR1_LPWRE

#include <stm32f4xx_hal_dsi.c>

Definition at line 189 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().

◆ DSI_ERROR_GEN_MASK

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

#include <stm32f4xx_hal_dsi.c>

Definition at line 190 of file stm32f4xx_hal_dsi.c.

Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().