LMS 2012
|
#include "lms2012.h"
Go to the source code of this file.
Enumerations | |
enum | { MODE2_SUCCESS = 0, MODE2_BOOTING = 1, MODE2_FALIURE = 2 } |
Functions | |
RESULT | I2cInit (READBUF *pBuf, WRITEBUF *pWriteBuf, char *pBundleId, char *pBundleSeedId) |
void | I2cExit (void) |
void | I2cStart (void) |
void | I2cStop (void) |
UWORD | DataToMode2Decoding (UBYTE *pBuf, UWORD Length) |
UBYTE | I2cGetBootStatus (void) |
anonymous enum |