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

Macros

#define DSI_FLOW_CONTROL_CRC_RX   DSI_PCR_CRCRXE
 
#define DSI_FLOW_CONTROL_ECC_RX   DSI_PCR_ECCRXE
 
#define DSI_FLOW_CONTROL_BTA   DSI_PCR_BTAE
 
#define DSI_FLOW_CONTROL_EOTP_RX   DSI_PCR_ETRXE
 
#define DSI_FLOW_CONTROL_EOTP_TX   DSI_PCR_ETTXE
 
#define DSI_FLOW_CONTROL_ALL
 

Detailed Description

Macro Definition Documentation

◆ DSI_FLOW_CONTROL_CRC_RX

#define DSI_FLOW_CONTROL_CRC_RX   DSI_PCR_CRCRXE

#include <stm32f4xx_hal_dsi.h>

Definition at line 703 of file stm32f4xx_hal_dsi.h.

◆ DSI_FLOW_CONTROL_ECC_RX

#define DSI_FLOW_CONTROL_ECC_RX   DSI_PCR_ECCRXE

#include <stm32f4xx_hal_dsi.h>

Definition at line 704 of file stm32f4xx_hal_dsi.h.

◆ DSI_FLOW_CONTROL_BTA

#define DSI_FLOW_CONTROL_BTA   DSI_PCR_BTAE

#include <stm32f4xx_hal_dsi.h>

Definition at line 705 of file stm32f4xx_hal_dsi.h.

◆ DSI_FLOW_CONTROL_EOTP_RX

#define DSI_FLOW_CONTROL_EOTP_RX   DSI_PCR_ETRXE

#include <stm32f4xx_hal_dsi.h>

Definition at line 706 of file stm32f4xx_hal_dsi.h.

◆ DSI_FLOW_CONTROL_EOTP_TX

#define DSI_FLOW_CONTROL_EOTP_TX   DSI_PCR_ETTXE

#include <stm32f4xx_hal_dsi.h>

Definition at line 707 of file stm32f4xx_hal_dsi.h.

◆ DSI_FLOW_CONTROL_ALL

#define DSI_FLOW_CONTROL_ALL

#include <stm32f4xx_hal_dsi.h>

Value:
#define DSI_FLOW_CONTROL_BTA
#define DSI_FLOW_CONTROL_EOTP_TX
#define DSI_FLOW_CONTROL_CRC_RX
#define DSI_FLOW_CONTROL_EOTP_RX
#define DSI_FLOW_CONTROL_ECC_RX

Definition at line 708 of file stm32f4xx_hal_dsi.h.