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

BSP_EEPROM_WaitEepromStandbyState() function

Wait for EEPROM Standby state.

Syntax

uint32_t BSP_EEPROM_WaitEepromStandbyState(void);
Implemented in stm32f429i_discovery_eeprom.c:431

Return value

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

Notes

This function allows to wait and check that EEPROM has finished the last operation. It is mostly used after Write operation: after receiving the buffer to be written, the EEPROM may need additional time to actually perform the write operation. During this time, it doesn't answer to I2C packets addressed to it. Once the write operation is complete the EEPROM responds to its address.

Examples

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

References

LocationReferrerText
stm32f429i_discovery_eeprom.c:431
uint32_t BSP_EEPROM_WaitEepromStandbyState(void)
stm32f429i_discovery_eeprom.h:88
uint32_t BSP_EEPROM_WaitEepromStandbyState(void);
stm32f429i_discovery_eeprom.c:256BSP_EEPROM_WritePage()
if (BSP_EEPROM_WaitEepromStandbyState() != EEPROM_OK)

Call Tree

Functions calling BSP_EEPROM_WaitEepromStandbyState()
Functions called by BSP_EEPROM_WaitEepromStandbyState()
all items filtered out
BSP_EEPROM_WaitEepromStandbyState()
Data read by BSP_EEPROM_WaitEepromStandbyState()
BSP_EEPROM_WaitEepromStandbyState()
Type of BSP_EEPROM_WaitEepromStandbyState()
BSP_EEPROM_WaitEepromStandbyState()
uint32_t
all items filtered out