Searched refs:EEPROM_PrepareForWrite (Results 1 – 3 of 3) sorted by relevance
76 static eeprom_status_t EEPROM_PrepareForWrite(uint32_t noOfBytes, uint32_t addr) in EEPROM_PrepareForWrite() function199 if (kStatus_EeSuccess != EEPROM_PrepareForWrite(noOfBytes, addr)) in EEPROM_WriteData()
124 EEPROM_STATIC eeprom_status_t EEPROM_PrepareForWrite() in EEPROM_PrepareForWrite() function204 (void)EEPROM_PrepareForWrite(); in EEPROM_WritePage()
146 EEPROM_STATIC eeprom_status_t EEPROM_PrepareForWrite(uint32_t noOfBytes, uint32_t addre) in EEPROM_PrepareForWrite() function349 (void)EEPROM_PrepareForWrite(noOfBytes, addr2eeprom); in EEPROM_WriteData()