Infineon Logo AIROC BTSDK v4.4 - 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_t size)
 Sets the size of the EEPROM module in bytes, used for bounds checking. More...
 
uint8_t wiced_hal_ieeprom_read (uint16_t eepromAddress, uint16_t readCount, uint8_t *buffer, uint8_t deviceAddress)
 Load data from a certain location on the EEPROM module into memory. More...
 
uint8_t wiced_hal_ieeprom_write (uint16_t eepromAddress, uint16_t writeCount, uint8_t *buffer, uint8_t 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.