Home
last modified time | relevance | path

Searched refs:I2C_EE_Module (Results 1 – 3 of 3) sorted by relevance

/dports/misc/gpsim/gpsim-0.31.0/modules/
H A Di2c-eeprom.cc45 I2C_EE_Module *m_pParent;
51 I2C_EE_Module *pParent) in I2C_ENABLE()
67 I2C_EE_Module::I2C_EE_Module(const char *_name) in I2C_EE_Module() function in I2C_EEPROM_Modules::I2C_EE_Module
75 I2C_EE_Module::~I2C_EE_Module() in ~I2C_EE_Module()
90 Module *I2C_EE_Module::construct_2k(const char *_new_name) in construct_2k()
95 I2C_EE_Module *pEE = new I2C_EE_Module(_new_name); in construct_2k()
106 Module *I2C_EE_Module::construct_16k(const char *_new_name) in construct_16k()
109 I2C_EE_Module *pEE = new I2C_EE_Module(_new_name); in construct_16k()
120 Module *I2C_EE_Module::construct_256k(const char *_new_name) in construct_256k()
123 I2C_EE_Module *pEE = new I2C_EE_Module(_new_name); in construct_256k()
[all …]
H A Di2c-eeprom.h38 class I2C_EE_Module : public Module {
40 explicit I2C_EE_Module(const char *_name);
41 ~I2C_EE_Module();
H A Dgpsim_modules.cc129 { {"I2C-EEPROM2k", "e24xx024"}, I2C_EEPROM_Modules::I2C_EE_Module::construct_2k},
130 { {"I2C-EEPROM16k", "e24xx16b"}, I2C_EEPROM_Modules::I2C_EE_Module::construct_16k},
131 { {"I2C-EEPROM256k", "e24xx256"}, I2C_EEPROM_Modules::I2C_EE_Module::construct_256k},