TMPM4G9
V1.0.0.0
|
This file provides all the functions prototypes for I2C EEPROM. More...
#include "txz_sample_def.h"
Go to the source code of this file.
Functions | |
TXZ_Result | EEPROM_i2c_init (void) |
Initializing of I2C Driver. More... | |
TXZ_Result | EEPROM_i2c_ReadByte (int32_t address, uint8_t *p_data) |
EEPROM BYTE READ. More... | |
TXZ_Result | EEPROM_i2c_WriteByte (int32_t address, uint8_t data) |
EEPROM BYTE WRITE. More... | |
int32_t | EEPROM_i2c_ReadData (int32_t address, uint8_t *p_data, int32_t length) |
EEPROM SEQUENCIAL READ. More... | |
int32_t | EEPROM_i2c_WritePage (int32_t address, uint8_t *p_data, int32_t length) |
EEPROM PAGE WRITE. More... | |
TXZ_Result | EEPROM_i2c_WriteProtection (void) |
EEPROM_i2c_WriteProtection. More... | |
int32_t | EEPROM_i2c_IsDeviceReady (void) |
EEPROM_i2c_IsDeviceReady. More... | |
This file provides all the functions prototypes for I2C EEPROM.
DO NOT USE THIS SOFTWARE WITHOUT THE SOFTWARE LISENCE AGREEMENT.
Copyright(C) Toshiba Electronic Device Solutions Corporation 2019