#include <mii_management_interface.h>
◆ ~MiiManagementInterface()
virtual simics::systemc::iface::MiiManagementInterface::~MiiManagementInterface |
( |
| ) |
|
|
virtualdefault |
◆ read_register()
virtual uint16_t simics::systemc::iface::MiiManagementInterface::read_register |
( |
int |
phy, |
|
|
int |
reg |
|
) |
| |
|
pure virtual |
◆ serial_access()
virtual int simics::systemc::iface::MiiManagementInterface::serial_access |
( |
int |
data_in, |
|
|
int |
clock |
|
) |
| |
|
pure virtual |
◆ write_register()
virtual void simics::systemc::iface::MiiManagementInterface::write_register |
( |
int |
phy, |
|
|
int |
reg, |
|
|
uint16_t |
value |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: