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

EEPROM_IO_IsDeviceReady() function

Checks if target device is ready for communication.

Syntax

HAL_StatusTypeDef EEPROM_IO_IsDeviceReady(uint16_t DevAddress,     uint32_t Trials);
Implemented in stm324xg_eval.c:1044

Arguments

DevAddress

Target device address

Trials

Number of trials

Return value

HAL status

Notes

This function is used with Memory devices

Examples

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

References

LocationReferrerText
stm324xg_eval.c:1044
HAL_StatusTypeDef EEPROM_IO_IsDeviceReady(uint16_t DevAddress, uint32_t Trials)
stm324xg_eval.c:178
HAL_StatusTypeDef EEPROM_IO_IsDeviceReady(uint16_t DevAddress, uint32_t Trials);
stm324xg_eval_eeprom.h:85
HAL_StatusTypeDef EEPROM_IO_IsDeviceReady(uint16_t DevAddress, uint32_t Trials);
stm324xg_eval_eeprom.c:105BSP_EEPROM_Init()
if(EEPROM_IO_IsDeviceReady(EEPROM_I2C_ADDRESS, EEPROM_MAX_TRIALS) != HAL_OK)
stm324xg_eval_eeprom.c:358EEPROM_WaitEepromStandbyState()
if(EEPROM_IO_IsDeviceReady(EEPROM_I2C_ADDRESS, EEPROM_MAX_TRIALS) != HAL_OK)

Call Tree

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