SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
simics::systemc::simics2tlm::I2cMasterV2GasketAdapter Class Reference

Adapter for I2cMasterV2 gasket. More...

#include <i2c_master_v2_gasket_adapter.h>

Inheritance diagram for simics::systemc::simics2tlm::I2cMasterV2GasketAdapter:
simics::systemc::iface::I2cMasterV2Interface simics::systemc::simics2tlm::GasketAdapter< iface::I2cMasterV2Interface > simics::systemc::DescriptionInterface< TBase >

Public Member Functions

 I2cMasterV2GasketAdapter (I2cMasterV2Interface *i2cmasterv2, iface::SimulationInterface *simulation)
 
void acknowledge (types::i2c_ack_t ack) override
 
void read_response (uint8_t value) override
 
simics2tlm::GasketOwnergasket_owner () const override
 
- Public Member Functions inherited from simics::systemc::iface::I2cMasterV2Interface
virtual void acknowledge (types::i2c_ack_t ack)=0
 
virtual void read_response (uint8_t value)=0
 
virtual ~I2cMasterV2Interface ()
 
- Public Member Functions inherited from simics::systemc::simics2tlm::GasketAdapter< iface::I2cMasterV2Interface >
virtual ~GasketAdapter ()
 
std::vector< std::string > description (DescriptionType type) override
 
virtual simics2tlm::GasketOwnergasket_owner () const=0
 
- Public Member Functions inherited from simics::systemc::DescriptionInterface< TBase >
virtual ~DescriptionInterface ()
 
virtual std::vector< std::string > description (DescriptionType type)=0
 

Additional Inherited Members

- Protected Member Functions inherited from simics::systemc::simics2tlm::GasketAdapter< iface::I2cMasterV2Interface >
std::vector< std::string > description (GasketInterface::Ptr gasket_ptr)
 
void append (std::string *result, std::string s)
 

Detailed Description

Adapter for I2cMasterV2 gasket.

Constructor & Destructor Documentation

◆ I2cMasterV2GasketAdapter()

simics::systemc::simics2tlm::I2cMasterV2GasketAdapter::I2cMasterV2GasketAdapter ( I2cMasterV2Interface *  i2cmasterv2,
iface::SimulationInterface simulation 
)
inline

Member Function Documentation

◆ acknowledge()

void simics::systemc::simics2tlm::I2cMasterV2GasketAdapter::acknowledge ( types::i2c_ack_t  ack)
inlineoverridevirtual

◆ gasket_owner()

simics2tlm::GasketOwner * simics::systemc::simics2tlm::I2cMasterV2GasketAdapter::gasket_owner ( ) const
inlineoverridevirtual

◆ read_response()

void simics::systemc::simics2tlm::I2cMasterV2GasketAdapter::read_response ( uint8_t  value)
inlineoverridevirtual

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