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

Macros

#define DSI_DCS_SHORT_PKT_READ   0x00000006U
 
#define DSI_GEN_SHORT_PKT_READ_P0   0x00000004U
 
#define DSI_GEN_SHORT_PKT_READ_P1   0x00000014U
 
#define DSI_GEN_SHORT_PKT_READ_P2   0x00000024U
 

Detailed Description

Macro Definition Documentation

◆ DSI_DCS_SHORT_PKT_READ

#define DSI_DCS_SHORT_PKT_READ   0x00000006U

#include <stm32f4xx_hal_dsi.h>

DCS short read

Definition at line 837 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().

◆ DSI_GEN_SHORT_PKT_READ_P0

#define DSI_GEN_SHORT_PKT_READ_P0   0x00000004U

#include <stm32f4xx_hal_dsi.h>

Generic short read, no parameters

Definition at line 838 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().

◆ DSI_GEN_SHORT_PKT_READ_P1

#define DSI_GEN_SHORT_PKT_READ_P1   0x00000014U

#include <stm32f4xx_hal_dsi.h>

Generic short read, one parameter

Definition at line 839 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().

◆ DSI_GEN_SHORT_PKT_READ_P2

#define DSI_GEN_SHORT_PKT_READ_P2   0x00000024U

#include <stm32f4xx_hal_dsi.h>

Generic short read, two parameters

Definition at line 840 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().