SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
simics::systemc::iface::I2cSlaveV2SimicsAdapter< TBase, TInterface > Class Template Reference

#include <i2c_slave_v2_simics_adapter.h>

Inheritance diagram for simics::systemc::iface::I2cSlaveV2SimicsAdapter< TBase, TInterface >:
simics::systemc::iface::SimicsAdapter< i2c_slave_v2_interface_t > simics::systemc::Registrant< SimicsAdapterInterface >

Public Member Functions

 I2cSlaveV2SimicsAdapter ()
 
- Public Member Functions inherited from simics::systemc::iface::SimicsAdapter< i2c_slave_v2_interface_t >
 SimicsAdapter (const char *name, i2c_slave_v2_interface_t iface)
 
std::string name () const override
 
const interface_t * cstruct () const override
 
void set_simics_class (conf_class_t *conf_class) override
 
conf_class_t * simics_class () const override
 
void set_map_adapter (bool map) override
 
bool map_adapter () const override
 
- Public Member Functions inherited from simics::systemc::Registrant< SimicsAdapterInterface >
 Registrant ()
 
 Registrant (const Registrant &rhs)
 
virtual ~Registrant ()
 
void detach ()
 

Static Protected Member Functions

static void start (conf_object_t *obj, uint8 address)
 
static void read (conf_object_t *obj)
 
static void write (conf_object_t *obj, uint8 value)
 
static void stop (conf_object_t *obj)
 
static attr_value_t addresses (conf_object_t *obj)
 
- Static Protected Member Functions inherited from simics::systemc::iface::SimicsAdapter< i2c_slave_v2_interface_t >
static TInterface * adapterWithoutLocking (conf_object_t *obj)
 
static SimicsLock< TInterface > adapter (conf_object_t *obj, conf_object_t *obj_lock)
 
static SimicsLock< TInterface > adapter (conf_object_t *obj)
 

Additional Inherited Members

- Protected Member Functions inherited from simics::systemc::iface::SimicsAdapter< i2c_slave_v2_interface_t >
std::vector< std::string > descriptionBase (conf_object_t *obj, DescriptionType type)
 

Constructor & Destructor Documentation

◆ I2cSlaveV2SimicsAdapter()

template<typename TBase , typename TInterface = I2cSlaveV2Interface>
simics::systemc::iface::I2cSlaveV2SimicsAdapter< TBase, TInterface >::I2cSlaveV2SimicsAdapter ( )
inline

Member Function Documentation

◆ addresses()

template<typename TBase , typename TInterface = I2cSlaveV2Interface>
static attr_value_t simics::systemc::iface::I2cSlaveV2SimicsAdapter< TBase, TInterface >::addresses ( conf_object_t *  obj)
inlinestaticprotected

◆ read()

template<typename TBase , typename TInterface = I2cSlaveV2Interface>
static void simics::systemc::iface::I2cSlaveV2SimicsAdapter< TBase, TInterface >::read ( conf_object_t *  obj)
inlinestaticprotected

◆ start()

template<typename TBase , typename TInterface = I2cSlaveV2Interface>
static void simics::systemc::iface::I2cSlaveV2SimicsAdapter< TBase, TInterface >::start ( conf_object_t *  obj,
uint8  address 
)
inlinestaticprotected

◆ stop()

template<typename TBase , typename TInterface = I2cSlaveV2Interface>
static void simics::systemc::iface::I2cSlaveV2SimicsAdapter< TBase, TInterface >::stop ( conf_object_t *  obj)
inlinestaticprotected

◆ write()

template<typename TBase , typename TInterface = I2cSlaveV2Interface>
static void simics::systemc::iface::I2cSlaveV2SimicsAdapter< TBase, TInterface >::write ( conf_object_t *  obj,
uint8  value 
)
inlinestaticprotected

The documentation for this class was generated from the following file: