Go to the source code of this file.
◆ TEMU_CLOCK_IFACE_TYPE
| #define TEMU_CLOCK_IFACE_TYPE "ClockIface" |
◆ temu_ClockStopReason
Clock stop reason, these are similar to CPU exit reason, but not identical.
| Enumerator |
|---|
| teCSR_Normal | Normal exit (cannot be passed to early exit)
|
| teCSR_Halt | Exited due to clock halting.
|
| teCSR_BreakWatch | Exited due to breakpoint or watchpoint hit.
|
| teCSR_Early | Other early stop reason.
|
| teCSR_Panic | Clock had a serious internal error.
|
| teCSR_Sync | Clock needs to synchronize.
|
◆ TEMU_IFACE_REFERENCE_TYPE()
| TEMU_IFACE_REFERENCE_TYPE |
( |
temu_Clock |
| ) |
|