STM32446E_EVAL + 0/1 examples
CodeScope will show references to BSP_EEPROM_ReadBuffer() from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
 
Symbols
loading...
Files
loading...

BSP_EEPROM_ReadBuffer() function

Reads a block of data from the EEPROM.

Syntax

uint32_t BSP_EEPROM_ReadBuffer(uint8_t* pBuffer,     uint16_t ReadAddr,     uint16_t* NumByteToRead);
Implemented in stm32446e_eval_eeprom.c:180

Arguments

pBuffer

pointer to the buffer that receives the data read from the EEPROM.

ReadAddr

EEPROM's internal address to start reading from.

NumByteToRead

pointer to the variable holding number of bytes to be read from the EEPROM.

Return value

EEPROM_OK (0) if operation is correctly performed, else return value different from EEPROM_OK (0) or the timeout user callback.

Notes

The variable pointed by NumByteToRead is reset to 0 when all the data are read from the EEPROM. Application should monitor this variable in order know when the transfer is complete.

Examples

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

References

LocationText
stm32446e_eval_eeprom.c:180
uint32_t BSP_EEPROM_ReadBuffer(uint8_t* pBuffer, uint16_t ReadAddr, uint16_t* NumByteToRead)
stm32446e_eval_eeprom.h:81
uint32_t BSP_EEPROM_ReadBuffer(uint8_t* pBuffer, uint16_t ReadAddr, uint16_t* NumByteToRead);

Call Tree

Functions called by BSP_EEPROM_ReadBuffer()
BSP_EEPROM_ReadBuffer()
Data read by BSP_EEPROM_ReadBuffer()
Data written by BSP_EEPROM_ReadBuffer()
BSP_EEPROM_ReadBuffer()
all items filtered out
Type of BSP_EEPROM_ReadBuffer()
BSP_EEPROM_ReadBuffer()
uint32_t
all items filtered out