STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
DSI_LPCmdTypeDef Struct Reference

DSI command transmission mode configuration. More...

#include <stm32f4xx_hal_dsi.h>

Collaboration diagram for DSI_LPCmdTypeDef:

Data Fields

uint32_t LPGenShortWriteNoP
 
uint32_t LPGenShortWriteOneP
 
uint32_t LPGenShortWriteTwoP
 
uint32_t LPGenShortReadNoP
 
uint32_t LPGenShortReadOneP
 
uint32_t LPGenShortReadTwoP
 
uint32_t LPGenLongWrite
 
uint32_t LPDcsShortWriteNoP
 
uint32_t LPDcsShortWriteOneP
 
uint32_t LPDcsShortReadNoP
 
uint32_t LPDcsLongWrite
 
uint32_t LPMaxReadPacket
 
uint32_t AcknowledgeRequest
 

Detailed Description

DSI command transmission mode configuration.

Definition at line 197 of file stm32f4xx_hal_dsi.h.

Field Documentation

◆ LPGenShortWriteNoP

uint32_t DSI_LPCmdTypeDef::LPGenShortWriteNoP

Generic Short Write Zero parameters Transmission This parameter can be any value of DSI LP LPGen Short Write NoP

Definition at line 199 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPGenShortWriteOneP

uint32_t DSI_LPCmdTypeDef::LPGenShortWriteOneP

Generic Short Write One parameter Transmission This parameter can be any value of DSI LP LPGen Short Write OneP

Definition at line 202 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPGenShortWriteTwoP

uint32_t DSI_LPCmdTypeDef::LPGenShortWriteTwoP

Generic Short Write Two parameters Transmission This parameter can be any value of DSI LP LPGen Short Write TwoP

Definition at line 205 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPGenShortReadNoP

uint32_t DSI_LPCmdTypeDef::LPGenShortReadNoP

Generic Short Read Zero parameters Transmission This parameter can be any value of DSI LP LPGen Short Read NoP

Definition at line 208 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPGenShortReadOneP

uint32_t DSI_LPCmdTypeDef::LPGenShortReadOneP

Generic Short Read One parameter Transmission This parameter can be any value of DSI LP LPGen Short Read OneP

Definition at line 211 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPGenShortReadTwoP

uint32_t DSI_LPCmdTypeDef::LPGenShortReadTwoP

Generic Short Read Two parameters Transmission This parameter can be any value of DSI LP LPGen Short Read TwoP

Definition at line 214 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPGenLongWrite

uint32_t DSI_LPCmdTypeDef::LPGenLongWrite

Generic Long Write Transmission This parameter can be any value of DSI LP LPGen LongWrite

Definition at line 217 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPDcsShortWriteNoP

uint32_t DSI_LPCmdTypeDef::LPDcsShortWriteNoP

DCS Short Write Zero parameters Transmission This parameter can be any value of DSI LP LPDcs Short Write NoP

Definition at line 220 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPDcsShortWriteOneP

uint32_t DSI_LPCmdTypeDef::LPDcsShortWriteOneP

DCS Short Write One parameter Transmission This parameter can be any value of DSI LP LPDcs Short Write OneP

Definition at line 223 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPDcsShortReadNoP

uint32_t DSI_LPCmdTypeDef::LPDcsShortReadNoP

DCS Short Read Zero parameters Transmission This parameter can be any value of DSI LP LPDcs Short Read NoP

Definition at line 226 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPDcsLongWrite

uint32_t DSI_LPCmdTypeDef::LPDcsLongWrite

DCS Long Write Transmission This parameter can be any value of DSI LP LPDcs Long Write

Definition at line 229 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ LPMaxReadPacket

uint32_t DSI_LPCmdTypeDef::LPMaxReadPacket

Maximum Read Packet Size Transmission This parameter can be any value of DSI LP LPMax Read Packet

Definition at line 232 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ AcknowledgeRequest

uint32_t DSI_LPCmdTypeDef::AcknowledgeRequest

Acknowledge Request Enable This parameter can be any value of DSI Acknowledge Request

Definition at line 235 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().


The documentation for this struct was generated from the following file: