EEPROM_IO_IsDeviceReady() is only used within STM32F429I-Discovery.
 
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 stm32f429i_discovery.c:1088

Arguments

DevAddress

Target device address

Trials

Number of trials

Return value

HAL status

Notes

This function is used with Memory devices

References

LocationReferrerText
stm32f429i_discovery.c:1088
HAL_StatusTypeDef EEPROM_IO_IsDeviceReady(uint16_t DevAddress, uint32_t Trials)
stm32f429i_discovery.c:150
HAL_StatusTypeDef EEPROM_IO_IsDeviceReady(uint16_t DevAddress, uint32_t Trials);
stm32f429i_discovery_eeprom.h:102
HAL_StatusTypeDef EEPROM_IO_IsDeviceReady(uint16_t DevAddress, uint32_t Trials);
stm32f429i_discovery_eeprom.c:146BSP_EEPROM_Init()
if (EEPROM_IO_IsDeviceReady(EEPROMAddress, EEPROM_MAX_TRIALS) != HAL_OK)
stm32f429i_discovery_eeprom.c:150BSP_EEPROM_Init()
if (EEPROM_IO_IsDeviceReady(EEPROMAddress, EEPROM_MAX_TRIALS) != HAL_OK)
stm32f429i_discovery_eeprom.c:434BSP_EEPROM_WaitEepromStandbyState()
if (EEPROM_IO_IsDeviceReady(EEPROMAddress, 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