| Modifier and Type | Method and Description |
|---|---|
Event.event_phase_t |
IEventContext.phase() |
Event.event_phase_t |
EventScheduler.phase() |
static Event.event_phase_t |
Event.event_phase_t.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.event_phase_t[] |
Event.event_phase_t.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
IEventContext.getTime(Event.event_phase_t phase) |
long |
EventScheduler.getTime(Event.event_phase_t phase)
Get time with respect to a specific clock phase
|
long |
IEventContext.getTime(long clock,
Event.event_phase_t phase) |
long |
EventScheduler.getTime(long clock,
Event.event_phase_t phase) |
void |
IEventContext.schedule(Event event,
long cycles,
Event.event_phase_t phase) |
void |
EventScheduler.schedule(Event event,
long cycles,
Event.event_phase_t phase)
Add event to ordered pending queue
|
| Modifier and Type | Field and Description |
|---|---|
protected Event.event_phase_t |
MOS6510.m_extPhase
Clock phase when external events appear
|
protected Event.event_phase_t |
MOS6510.m_phase
Clock phase in use by the processor
|
| Modifier and Type | Field and Description |
|---|---|
protected Event.event_phase_t |
MOS6526.m_phase |
| Modifier and Type | Field and Description |
|---|---|
protected Event.event_phase_t |
MOS656X.m_phase |
Copyright © 2014. All rights reserved.