Searched refs:EEPROM_RETRIES (Results 1 – 1 of 1) sorted by relevance
50 #define EEPROM_RETRIES 10 macro524 for(i = 0; (i < EEPROM_RETRIES) && (restart > 0); i++) in eeprom_write()679 for(i = 0; i < EEPROM_RETRIES; i++) in eeprom_address()699 i2c_delay(MAX_WRITEDELAY_US / EEPROM_RETRIES * i); in eeprom_address()720 if(eeprom.retry_cnt_addr == EEPROM_RETRIES) in eeprom_address()734 for(i = 0; i < EEPROM_RETRIES; i++) in read_from_eeprom()747 if(i == EEPROM_RETRIES) in read_from_eeprom()