STM32469I_EVAL + 0/1 examples
CodeScope will show references to BSP_EEPROM_WaitEepromStandbyState() from the following samples and libraries:
Examples
STM32469I_EVAL
Examples
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesSTM32469I_EVALBSP_EEPROM_WaitEepromStandbyState()

BSP_EEPROM_WaitEepromStandbyState() function

Wait for EEPROM Standby state.

Syntax

uint32_t BSP_EEPROM_WaitEepromStandbyState(void);
Implemented in stm32469i_eval_eeprom.c:420

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
stm32469i_eval_eeprom.c:420
uint32_t BSP_EEPROM_WaitEepromStandbyState(void)
stm32469i_eval_eeprom.h:90
uint32_t BSP_EEPROM_WaitEepromStandbyState(void);
stm32469i_eval_eeprom.c:245BSP_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