STM32F411E-Discovery + 0/1 examples
CodeScope will show references to I2cxTimeout from the following samples and libraries:
Drivers
Boards
 
Symbols
loading...
Files
loading...

I2cxTimeout variable

Syntax

uint32_t I2cxTimeout = I2Cx_TIMEOUT_MAX;

Examples

I2cxTimeout is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f411e_discovery.c:87
uint32_t I2cxTimeout = I2Cx_TIMEOUT_MAX; /*<! Value of Timeout when I2C communication fails */
stm32f411e_discovery.c:305I2Cx_WriteData()
status = HAL_I2C_Mem_Write(&I2cHandle, Addr, (uint16_t)Reg, I2C_MEMADD_SIZE_8BIT, &Value, 1, I2cxTimeout);
stm32f411e_discovery.c:326I2Cx_ReadData()
status = HAL_I2C_Mem_Read(&I2cHandle, Addr, Reg, I2C_MEMADD_SIZE_8BIT, &value, 1, I2cxTimeout);

Data Use

Functions reading I2cxTimeout
I2cxTimeout
all items filtered out
Type of I2cxTimeout
I2cxTimeout
uint32_t
all items filtered out