eeprom.h File Reference

EEPROM driver for 24AA024 (2Kbit) EEPROM device on the DK. More...

#include "em_device.h"
Include dependency graph for eeprom.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define EEPROM_DVK_ADDR   0xA0
 I2C device address for EEPROM on DK.

Functions

int EEPROM_Read (I2C_TypeDef *i2c, uint8_t addr, unsigned int offset, uint8_t *data, unsigned int len)
 Read data from EEPROM.
int EEPROM_Write (I2C_TypeDef *i2c, uint8_t addr, unsigned int offset, uint8_t *data, unsigned int len)
 Write data to EEPROM.

Detailed Description

EEPROM driver for 24AA024 (2Kbit) EEPROM device on the DK.

Version:
3.20.5

License

(C) Copyright 2014 Silicon Labs, http://www.silabs.com

This file is licensensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.

Definition in file eeprom.h.