Home
last modified time | relevance | path

Searched refs:EEPROM_Read_Byte (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/m24lr64e/
Dm24lr64e.cxx146 uint8_t preStatus = EEPROM_Read_Byte(sectorAddress); in sectorWriteLockBit()
160 return EEPROM_Read_Byte(DSFID_ADDR); in getDSFID()
165 return EEPROM_Read_Byte(AFI_ADDR); in getAFI()
179 volume = EEPROM_Read_Byte(MEM_SIZE_ADDR); in getMemorySize()
180 volume = volume<<8|EEPROM_Read_Byte(MEM_SIZE_ADDR+1); in getMemorySize()
181 volume = volume<<8|EEPROM_Read_Byte(MEM_SIZE_ADDR+2); in getMemorySize()
204 return EEPROM_Read_Byte(address); in readByte()
252 uint8_t M24LR64E::EEPROM_Read_Byte(unsigned int address) in EEPROM_Read_Byte() function in M24LR64E
Dm24lr64e.h276 uint8_t EEPROM_Read_Byte(unsigned int address);