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

EEPROM_WRITE_TIMEOUT macro

Syntax

#define EEPROM_WRITE_TIMEOUT ((uint32_t)(1))

References

LocationText
stm32f429i_discovery_eeprom.h:62
#define EEPROM_WRITE_TIMEOUT ((uint32_t)(1))
stm32f429i_discovery_eeprom.c:246
EEPROMTimeout = HAL_GetTick() + EEPROM_WRITE_TIMEOUT;