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

I2Cx_TIMEOUT_MAX macro

Syntax

#define I2Cx_TIMEOUT_MAX 0xA000

References

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