I2Cx_IsDeviceReady() is only used within STM32F429I-Discovery.
 
Symbols
loading...
Files
loading...

I2Cx_IsDeviceReady() function

Checks if target device is ready for communication.

Syntax

static HAL_StatusTypeDef I2Cx_IsDeviceReady(uint16_t DevAddress,     uint32_t Trials);
Implemented in stm32f429i_discovery.c:596

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:596
static HAL_StatusTypeDef I2Cx_IsDeviceReady(uint16_t DevAddress, uint32_t Trials)
stm32f429i_discovery.c:111
static HAL_StatusTypeDef I2Cx_IsDeviceReady(uint16_t DevAddress, uint32_t Trials);
stm32f429i_discovery.c:1090EEPROM_IO_IsDeviceReady()
return (I2Cx_IsDeviceReady(DevAddress, Trials));

Call Tree

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