EEPROM_IO_WriteData() is only used within STM32446E_EVAL.
 
Symbols
loading...
Files
loading...

EEPROM_IO_WriteData() function

Write data to I2C EEPROM driver in using DMA channel.

Syntax

HAL_StatusTypeDef EEPROM_IO_WriteData(uint16_t DevAddress,     uint16_t MemAddress,     uint8_t* pBuffer,     uint32_t BufferSize);
Implemented in stm32446e_eval.c:1285

Arguments

DevAddress

Target device address

MemAddress

Internal memory address

pBuffer

Pointer to data buffer

BufferSize

Amount of data to be sent

Return value

HAL status

References

LocationReferrerText
stm32446e_eval.c:1285
HAL_StatusTypeDef EEPROM_IO_WriteData(uint16_t DevAddress, uint16_t MemAddress, uint8_t* pBuffer, uint32_t BufferSize)
stm32446e_eval.c:194
HAL_StatusTypeDef EEPROM_IO_WriteData(uint16_t DevAddress, uint16_t MemAddress, uint8_t* pBuffer, uint32_t BufferSize);
stm32446e_eval_eeprom.h:95
HAL_StatusTypeDef EEPROM_IO_WriteData(uint16_t DevAddress, uint16_t MemAddress, uint8_t *pBuffer, uint32_t BufferSize);
stm32446e_eval_eeprom.c:238BSP_EEPROM_WritePage()
if(EEPROM_IO_WriteData(EEPROMAddress, WriteAddr, pBuffer, buffersize) != HAL_OK)

Call Tree

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