I2Cx_TIMEOUT_MAX is only used within STM32F429I-Discovery.
 
Symbols
loading...
Files
loading...

I2Cx_TIMEOUT_MAX macro

Syntax

#define I2Cx_TIMEOUT_MAX 0x3000

References

LocationText
stm32f429i_discovery.h:172
#define I2Cx_TIMEOUT_MAX 0x3000 /*<! The value of the maximal timeout for I2C waiting loops */
stm32f429i_discovery.c:85
uint32_t I2cxTimeout = I2Cx_TIMEOUT_MAX; /*<! Value of Timeout when I2C communication fails */