#include <copy_engine_defs.hh>
|
| ADD_FIELD16 (interrupt_disable, 0, 1) |
|
| ADD_FIELD16 (error_completion_enable, 2, 1) |
|
| ADD_FIELD16 (any_error_abort_enable, 3, 1) |
|
| ADD_FIELD16 (error_int_enable, 4, 1) |
|
| ADD_FIELD16 (desc_addr_snoop_control, 5, 1) |
|
| ADD_FIELD16 (in_use, 8, 1) |
|
uint16_t | operator() () |
|
void | operator() (uint16_td) |
|
const Reg< uint16_t > & | operator= (uint16_td) |
|
bool | operator== (uint16_td) |
|
| Reg () |
|
void | serialize (CheckpointOut &cp) const |
|
void | unserialize (CheckpointIn &cp) |
|
Definition at line 147 of file copy_engine_defs.hh.
CopyEngineReg::ChanRegs::CHANCTRL::ADD_FIELD16 |
( |
interrupt_disable |
, |
|
|
0 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANCTRL::ADD_FIELD16 |
( |
error_completion_enable |
, |
|
|
2 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANCTRL::ADD_FIELD16 |
( |
any_error_abort_enable |
, |
|
|
3 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANCTRL::ADD_FIELD16 |
( |
error_int_enable |
, |
|
|
4 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANCTRL::ADD_FIELD16 |
( |
desc_addr_snoop_control |
, |
|
|
5 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANCTRL::ADD_FIELD16 |
( |
in_use |
, |
|
|
8 |
, |
|
|
1 |
|
|
) |
| |
The documentation for this struct was generated from the following file: