HAL
DSI_ConfigPacketHeader() is only used within HAL.
 
Symbols
loading...
Files
loading...

DSI_ConfigPacketHeader() function

Generic DSI packet header configuration

Syntax

static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx,     uint32_t ChannelID,     uint32_t DataType,     uint32_t Data0,     uint32_t Data1);
Implemented in stm32f4xx_hal_dsi.c:225

Arguments

DSIx

Pointer to DSI register base

ChannelID

Virtual channel ID of the header packet

DataType

Packet data type of the header packet This parameter can be any value of : @arg DSI_SHORT_WRITE_PKT_Data_Type @arg DSI_LONG_WRITE_PKT_Data_Type @arg DSI_SHORT_READ_PKT_Data_Type @arg DSI_MAX_RETURN_PKT_SIZE

Data0

Word count LSB

Data1

Word count MSB

Return value

None

References

LocationReferrerText
stm32f4xx_hal_dsi.c:225
static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx,
stm32f4xx_hal_dsi.c:199
static void DSI_ConfigPacketHeader(DSI_TypeDef *DSIx, uint32_t ChannelID, uint32_t DataType, uint32_t Data0,
stm32f4xx_hal_dsi.c:1690HAL_DSI_LongWrite()
DSI_ConfigPacketHeader(hdsi->Instance,
stm32f4xx_hal_dsi.c:1752HAL_DSI_Read()
DSI_ConfigPacketHeader(hdsi->Instance, ChannelNbr, Mode, DCSCmd, 0U);
stm32f4xx_hal_dsi.c:1756HAL_DSI_Read()
DSI_ConfigPacketHeader(hdsi->Instance, ChannelNbr, Mode, 0U, 0U);
stm32f4xx_hal_dsi.c:1760HAL_DSI_Read()
DSI_ConfigPacketHeader(hdsi->Instance, ChannelNbr, Mode, ParametersTable[0U], 0U);
stm32f4xx_hal_dsi.c:1764HAL_DSI_Read()
DSI_ConfigPacketHeader(hdsi->Instance, ChannelNbr, Mode, ParametersTable[0U], ParametersTable[1U]);

Call Tree

Functions calling DSI_ConfigPacketHeader()
all items filtered out
DSI_ConfigPacketHeader()
Data read by DSI_ConfigPacketHeader()
Data written by DSI_ConfigPacketHeader()
DSI_ConfigPacketHeader()
all items filtered out