STM32F479xx HAL User Manual
Defines
DSI SHORT READ PKT Data Type
DSI Exported Constants

Defines

#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

Define Documentation

#define DSI_DCS_SHORT_PKT_READ   0x00000006U

DCS short read

Definition at line 832 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().

#define DSI_GEN_SHORT_PKT_READ_P0   0x00000004U

Generic short read, no parameters

Definition at line 833 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().

#define DSI_GEN_SHORT_PKT_READ_P1   0x00000014U

Generic short read, one parameter

Definition at line 834 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().

#define DSI_GEN_SHORT_PKT_READ_P2   0x00000024U

Generic short read, two parameters

Definition at line 835 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().