Document API IEC60730 Library
|
Static Public Attributes | |
int | DBGRQ = 0 |
int | CODE_BREAKPOINT = 1 |
int | DATA_BREAKPOINT = 2 |
int | VECTOR_CATCH = 3 |
Halt reasons for the CPU. Attributes: DBGRQ: CPU has been halted because DBGRQ signal asserted. CODE_BREAKPOINT: CPU has been halted because of code breakpoint match. DATA_BREAKPOINT: CPU has been halted because of data breakpoint match. VECTOR_CATCH: CPU has been halted because of vector catch.