|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
I2CMEM user interface struct. More...
#include <I2CMEM.h>

Data Fields | ||
| struct { | ||
| I2C_slave_t * slave_inst | ||
| Slave structure. More... | ||
| size_t chip_size | ||
| Memory range (number of bytes) More... | ||
| size_t buf_size | ||
| Useful for EEPROM writes (FRAM not restricted, can be changed to I2CMEM_BANK_SIZE) More... | ||
| PeripheralGPIO_t WP_GPIO | ||
| Write Protect GPIO struct. More... | ||
| } | cfg | |
I2CMEM user interface struct.
| size_t I2CMEM_t::buf_size |
Useful for EEPROM writes (FRAM not restricted, can be changed to I2CMEM_BANK_SIZE)
| struct { ... } I2CMEM_t::cfg |
| size_t I2CMEM_t::chip_size |
Memory range (number of bytes)
| I2C_slave_t* I2CMEM_t::slave_inst |
Slave structure.
| PeripheralGPIO_t I2CMEM_t::WP_GPIO |
Write Protect GPIO struct.