Infineon Logo AIROC BTSDK v4.6 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_hal_ieeprom.h File Reference

List of parameters and defined functions needed to access the Inter-Integrated Circuit (I2C, IIC) Electrically Erasable Programmable Read-Only Memory (EEPROM) interface driver. More...

Functions

void wiced_hal_ieeprom_init (void)
 Status for EEPROM operations. More...
 
void wiced_hal_ieeprom_set_size (UINT32 size)
 Sets the size of the EEPROM module in bytes, used for bounds checking. More...
 
UINT8 wiced_hal_ieeprom_read (UINT16 eepromAddress, UINT16 readCount, UINT8 *buffer, UINT8 deviceAddress)
 Load data from a certain location on the EEPROM module into memory. More...
 
UINT8 wiced_hal_ieeprom_write (UINT16 eepromAddress, UINT16 writeCount, UINT8 *buffer, UINT8 deviceAddress)
 Write data from memory to a certain location on the EEPROM module. More...
 

Detailed Description

List of parameters and defined functions needed to access the Inter-Integrated Circuit (I2C, IIC) Electrically Erasable Programmable Read-Only Memory (EEPROM) interface driver.