gem5 v24.0.0.0
|
Public Attributes | |
Event * | tmrEvent = nullptr |
uint64_t | reload = 0 |
bool | ie = false |
bool | pd = false |
bool | expired = false |
Tick | startTime = 0 |
Definition at line 66 of file lupio_tmr.hh.
bool gem5::LupioTMR::LupioTimer::expired = false |
Definition at line 72 of file lupio_tmr.hh.
bool gem5::LupioTMR::LupioTimer::ie = false |
Definition at line 70 of file lupio_tmr.hh.
bool gem5::LupioTMR::LupioTimer::pd = false |
Definition at line 71 of file lupio_tmr.hh.
uint64_t gem5::LupioTMR::LupioTimer::reload = 0 |
Definition at line 69 of file lupio_tmr.hh.
Tick gem5::LupioTMR::LupioTimer::startTime = 0 |
Definition at line 73 of file lupio_tmr.hh.
Event* gem5::LupioTMR::LupioTimer::tmrEvent = nullptr |
Definition at line 68 of file lupio_tmr.hh.