Searched defs:M24LR64E (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/m24lr64e/
H A Dm24lr64e.cxx36 M24LR64E::M24LR64E(int bus, AccessMode mode): function in class:M24LR64E
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
[all...]
H A Dm24lr64e.h60 * @brief C++ API for the M24LR64E-based Grove NFC Tag
80 class M24LR64E { class in namespace:upm
96 * M24LR64E addresses, accessible only in the root mode
145 * M24LR64E constructor
150 M24LR64E(int bus, AccessMode mode = USER_MODE);
153 * M24LR64E destructor
155 ~M24LR64E();

Completed in 125 milliseconds