STM324xG_EVAL + 0/1 examples
CodeScope will show references to EEPROM_IO_ReadData() from the following samples and libraries:
Drivers
Boards
 
Symbols
loading...
Files
loading...

EEPROM_IO_ReadData() function

Reads data from I2C EEPROM driver in using DMA channel.

Syntax

HAL_StatusTypeDef EEPROM_IO_ReadData(uint16_t DevAddress,     uint16_t MemAddress,     uint8_t* pBuffer,     uint32_t BufferSize);
Implemented in stm324xg_eval.c:1032

Arguments

DevAddress

Target device address

MemAddress

Internal memory address

pBuffer

Pointer to data buffer

BufferSize

Amount of data to be read

Return value

HAL status

Examples

EEPROM_IO_ReadData() is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm324xg_eval.c:1032
HAL_StatusTypeDef EEPROM_IO_ReadData(uint16_t DevAddress, uint16_t MemAddress, uint8_t* pBuffer, uint32_t BufferSize)
stm324xg_eval.c:177
HAL_StatusTypeDef EEPROM_IO_ReadData(uint16_t DevAddress, uint16_t MemAddress, uint8_t* pBuffer, uint32_t BufferSize);
stm324xg_eval_eeprom.h:84
HAL_StatusTypeDef EEPROM_IO_ReadData(uint16_t DevAddress, uint16_t MemAddress, uint8_t* pBuffer, uint32_t BufferSize);
stm324xg_eval_eeprom.c:134BSP_EEPROM_ReadBuffer()
if(EEPROM_IO_ReadData(EEPROM_I2C_ADDRESS, ReadAddr, pBuffer, buffersize) != HAL_OK)

Call Tree

Functions calling EEPROM_IO_ReadData()
Functions called by EEPROM_IO_ReadData()
all items filtered out
EEPROM_IO_ReadData()
all items filtered out
Type of EEPROM_IO_ReadData()
EEPROM_IO_ReadData()
all items filtered out