no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
24xx32a.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef _24XX32A_H_
35#define _24XX32A_H_
36
37#include <stdint.h>
38#include "no_os_i2c.h"
39
48
57
62
63#endif /* end of _24XX32A_H_ */
const struct no_os_eeprom_platform_ops eeprom_24xx32a_ops
24XX32A EEPROM specific ops structure
Definition 24xx32a.c:221
Header file of I2C Interface.
24XX32A EEPROM device structure
Definition 24xx32a.h:53
struct no_os_i2c_desc * i2c_desc
Definition 24xx32a.h:55
24XX32A EEPROM init params structure
Definition 24xx32a.h:44
struct no_os_i2c_init_param * i2c_init
Definition 24xx32a.h:46
Structure holding the EEPROM function pointers that point to the platform specific function.
Definition no_os_eeprom.h:72
Structure holding I2C address descriptor.
Definition no_os_i2c.h:89
Structure holding the parameters for I2C initialization.
Definition no_os_i2c.h:52