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

I2Cx_TIMEOUT_MAX macro

Syntax

#define I2Cx_TIMEOUT_MAX 0xA000

Examples

I2Cx_TIMEOUT_MAX is referenced by 1 libraries and example projects.

References

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