I2Cx_ReadMultiple() is only used within STM32412G-Discovery.
 
Symbols
loading...
Files
loading...

I2Cx_ReadMultiple() function

Reads multiple data.

Syntax

static HAL_StatusTypeDef I2Cx_ReadMultiple(I2C_HandleTypeDef *i2c_handler,     uint8_t Addr,     uint16_t Reg,     uint16_t MemAddSize,     uint8_t *Buffer,     uint16_t Length);
Implemented in stm32412g_discovery.c:653

Arguments

i2c_handler

I2C handler

Addr

I2C address

Reg

Reg address

MemAddSize

Buffer

Pointer to data buffer

Length

Length of the data

Return value

HAL status

Call Tree

Functions calling I2Cx_ReadMultiple()
Functions called by I2Cx_ReadMultiple()
I2Cx_ReadMultiple()
all items filtered out
Data read by I2Cx_ReadMultiple()
Data written by I2Cx_ReadMultiple()
I2Cx_ReadMultiple()
I2Cx_ReadMultiple()::status
all items filtered out
Type of I2Cx_ReadMultiple()
I2Cx_ReadMultiple()