STM32F479xx HAL User Manual
|
DSI command transmission mode configuration. More...
#include <stm32f4xx_hal_dsi.h>
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 |
DSI command transmission mode configuration.
Definition at line 195 of file stm32f4xx_hal_dsi.h.
uint32_t DSI_LPCmdTypeDef::AcknowledgeRequest |
Acknowledge Request Enable This parameter can be any value of DSI Acknowledge Request
Definition at line 233 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
uint32_t DSI_LPCmdTypeDef::LPDcsLongWrite |
DCS Long Write Transmission This parameter can be any value of DSI LP LPDcs Long Write
Definition at line 227 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
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 224 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
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 218 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
DCS Short Write One parameter Transmission This parameter can be any value of DSI LP LPDcs Short Write OneP
Definition at line 221 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
uint32_t DSI_LPCmdTypeDef::LPGenLongWrite |
Generic Long Write Transmission This parameter can be any value of DSI LP LPGen LongWrite
Definition at line 215 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
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 206 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
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 209 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
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 212 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
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 197 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
Generic Short Write One parameter Transmission This parameter can be any value of DSI LP LPGen Short Write OneP
Definition at line 200 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
Generic Short Write Two parameters Transmission This parameter can be any value of DSI LP LPGen Short Write TwoP
Definition at line 203 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().
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 230 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigCommand().