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

#include <i3c_master_simics_adapter.h>

Inheritance diagram for simics::systemc::iface::I3cMasterSimicsAdapter< TBase, TInterface >:
simics::systemc::iface::SimicsAdapter< i3c_master_interface_t > simics::systemc::Registrant< SimicsAdapterInterface >

Public Member Functions

 I3cMasterSimicsAdapter ()
 
- Public Member Functions inherited from simics::systemc::iface::SimicsAdapter< i3c_master_interface_t >
 SimicsAdapter (const char *name, i3c_master_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 acknowledge (conf_object_t *obj, ::i3c_ack_t ack)
 
static void read_response (conf_object_t *obj, uint8 value, bool more)
 
static void daa_response (conf_object_t *obj, ::uint64 id, uint8 bcr, uint8 dcr)
 
static void ibi_request (conf_object_t *obj)
 
static void ibi_address (conf_object_t *obj, uint8 address)
 
- Static Protected Member Functions inherited from simics::systemc::iface::SimicsAdapter< i3c_master_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< i3c_master_interface_t >
std::vector< std::string > descriptionBase (conf_object_t *obj, DescriptionType type)
 

Constructor & Destructor Documentation

◆ I3cMasterSimicsAdapter()

template<typename TBase , typename TInterface = I3cMasterInterface>
simics::systemc::iface::I3cMasterSimicsAdapter< TBase, TInterface >::I3cMasterSimicsAdapter ( )
inline

Member Function Documentation

◆ acknowledge()

template<typename TBase , typename TInterface = I3cMasterInterface>
static void simics::systemc::iface::I3cMasterSimicsAdapter< TBase, TInterface >::acknowledge ( conf_object_t *  obj,
::i3c_ack_t  ack 
)
inlinestaticprotected

◆ daa_response()

template<typename TBase , typename TInterface = I3cMasterInterface>
static void simics::systemc::iface::I3cMasterSimicsAdapter< TBase, TInterface >::daa_response ( conf_object_t *  obj,
::uint64  id,
uint8  bcr,
uint8  dcr 
)
inlinestaticprotected

◆ ibi_address()

template<typename TBase , typename TInterface = I3cMasterInterface>
static void simics::systemc::iface::I3cMasterSimicsAdapter< TBase, TInterface >::ibi_address ( conf_object_t *  obj,
uint8  address 
)
inlinestaticprotected

◆ ibi_request()

template<typename TBase , typename TInterface = I3cMasterInterface>
static void simics::systemc::iface::I3cMasterSimicsAdapter< TBase, TInterface >::ibi_request ( conf_object_t *  obj)
inlinestaticprotected

◆ read_response()

template<typename TBase , typename TInterface = I3cMasterInterface>
static void simics::systemc::iface::I3cMasterSimicsAdapter< TBase, TInterface >::read_response ( conf_object_t *  obj,
uint8  value,
bool  more 
)
inlinestaticprotected

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