Symbols
loading...
Files
loading...

HAL_DSI_LongWrite() function

write long DCS or long Generic command

Syntax

HAL_StatusTypeDef HAL_DSI_LongWrite(DSI_HandleTypeDef *hdsi,     uint32_t ChannelID,     uint32_t Mode,     uint32_t NbParams,     uint32_t Param1,     uint8_t *ParametersTable);
Implemented in stm32f4xx_hal_dsi.c:1626

Arguments

hdsi

pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI.

ChannelID

Virtual channel ID.

Mode

DSI long packet data type. This parameter can be any value of @arg DSI_LONG_WRITE_PKT_Data_Type.

NbParams

Number of parameters.

Param1

DSC command or first generic parameter. This parameter can be any value of @arg DSI_DCS_Command or a generic command code

ParametersTable

Pointer to parameter values table.

Return value

HAL status

Examples

HAL_DSI_LongWrite() is referenced by 27 libraries and example projects.

Call Tree

Functions called by HAL_DSI_LongWrite()
HAL_DSI_LongWrite()
assert_failed()
all items filtered out
Data read by HAL_DSI_LongWrite()
Data written by HAL_DSI_LongWrite()
HAL_DSI_LongWrite()
HAL_DSI_LongWrite()::uicounter
HAL_DSI_LongWrite()::nbBytes
HAL_DSI_LongWrite()::count
HAL_DSI_LongWrite()::tickstart
HAL_DSI_LongWrite()::fifoword
HAL_DSI_LongWrite()::pparams
all items filtered out
Type of HAL_DSI_LongWrite()
HAL_DSI_LongWrite()
uint8_t
uint32_t
all items filtered out