Home | History | Annotate | Download | only in m24lr64e

Lines Matching refs:M24LR64E

30 #include "m24lr64e.h"
36 M24LR64E::M24LR64E(int bus, AccessMode mode):
53 M24LR64E::~M24LR64E()
57 bool M24LR64E::submitPasswd(uint32_t passwd)
89 bool M24LR64E::writePasswd(uint32_t passwd)
120 void M24LR64E::sectorProtectConfig(unsigned int sectorNumber,
133 void M24LR64E::clearSectorProtect(void)
140 void M24LR64E::sectorWriteLockBit(unsigned int sectorNumber,
158 uint8_t M24LR64E::getDSFID()
163 uint8_t M24LR64E::getAFI()
168 uint8_t *M24LR64E::getUID()
176 uint32_t M24LR64E::getMemorySize()
185 void M24LR64E::clearMemory()
192 mraa::Result M24LR64E::writeByte(unsigned int address, uint8_t data)
197 mraa::Result M24LR64E::writeBytes(unsigned int address, uint8_t* buffer, int len)
202 uint8_t M24LR64E::readByte(unsigned int address)
207 int M24LR64E::readBytes(unsigned int address, uint8_t* buffer, int len)
212 mraa::Result M24LR64E::EEPROM_Write_Byte(unsigned int address, uint8_t data)
230 mraa::Result M24LR64E::EEPROM_Write_Bytes(unsigned int address, uint8_t* data,
252 uint8_t M24LR64E::EEPROM_Read_Byte(unsigned int address)
282 int M24LR64E::EEPROM_Read_Bytes(unsigned int address,