class documentation

class TransitionType(_Enum):

View In Hierarchy

Enum Type of a transition.

  • Instruction: the transition is a fully executed CPU instruction
  • Exception: the transition is an exception raised by the CPU or a peripheral.
Class Variable Exception Undocumented
Class Variable Instruction Undocumented
Exception: int =

Undocumented

Instruction: int =

Undocumented