Document API IEC60730 Library
Static Public Attributes | List of all members
enums.JLinkVectorCatchCortexM3 Class Reference

Static Public Attributes

tuple CORE_RESET = (1 << 0)
 
tuple MEM_ERROR = (1 << 4)
 
tuple COPROCESSOR_ERROR = (1 << 5)
 
tuple CHECK_ERROR = (1 << 6)
 
tuple STATE_ERROR = (1 << 7)
 
tuple BUS_ERROR = (1 << 8)
 
tuple INT_ERROR = (1 << 9)
 
tuple HARD_ERROR = (1 << 10)
 

Detailed Description

Vector catch types for the ARM Cortex M3.
Attributes:
  CORE_RESET: The CPU core reset.
  MEM_ERROR: A memory management error occurred.
  COPROCESSOR_ERROR: Usage fault error accessing the Coprocessor.
  CHECK_ERROR: Usage fault error on enabled check.
  STATE_ERROR: Usage fault state error.
  BUS_ERROR: Normal bus error.
  INT_ERROR: Interrupt or exception service error.
  HARD_ERROR: Hard fault error.

The documentation for this class was generated from the following file: