Searched refs:EEPROM_WRITE_ENABLE (Results 1 – 3 of 3) sorted by relevance
2953 local |= EEPROM_DATA_OUT | EEPROM_WRITE_ENABLE; in eeprom_start()2983 local |= EEPROM_WRITE_ENABLE; in eeprom_prep()3018 local &= ~EEPROM_WRITE_ENABLE; in eeprom_check_ack()3046 local |= EEPROM_WRITE_ENABLE; in eeprom_stop()3130 local &= ~EEPROM_WRITE_ENABLE; in read_eeprom_byte()3152 local |= EEPROM_WRITE_ENABLE; in read_eeprom_byte()
192 #define EEPROM_WRITE_ENABLE 0x200000 macro
118 #define EEPROM_WRITE_ENABLE 0x00080000 macro
Completed in 18 milliseconds