I2C1_ReadMultiple() is only used within STM32469I-Discovery.
 
Symbols
loading...
Files
loading...

I2C1_ReadMultiple() function

Reads multiple data.

Syntax

static HAL_StatusTypeDef I2C1_ReadMultiple(uint8_t Addr,     uint16_t Reg,     uint16_t MemAddSize,     uint8_t *Buffer,     uint16_t Length);
Implemented in stm32469i_discovery.c:586

Arguments

Addr

I2C address

Reg

Reg address

MemAddSize

Buffer

Pointer to data buffer

Length

Length of the data

Return value

HAL status

References

LocationReferrerText
stm32469i_discovery.c:586
static HAL_StatusTypeDef I2C1_ReadMultiple(uint8_t Addr,
stm32469i_discovery.c:108
static HAL_StatusTypeDef I2C1_ReadMultiple(uint8_t Addr, uint16_t Reg, uint16_t MemAddSize, uint8_t *Buffer, uint16_t Length);
stm32469i_discovery.c:823EEPROM_IO_ReadData()
stm32469i_discovery.c:884TS_IO_ReadMultiple()
return I2C1_ReadMultiple(Addr, (uint16_t)Reg, I2C_MEMADD_SIZE_8BIT, Buffer, Length);

Call Tree

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