pub enum Exception {
Show 18 variants BranchThroughZero, UndefinedInstr, SoftwareInterrupt, PrefetchAbort, DataAbort, AddressException, IRQ, FIQ, BreakPoint, WatchPoint, StepComplete, RunTimeErrorUnknown, InternalError, UserInterruption, ApplicationExit, StackOverflow, DivisionByZero, OSSpecific,
}
Expand description

This values are taken from section 5.5.2 of ADS Debug Target Guide (DUI0058).

Variants

BranchThroughZero

UndefinedInstr

SoftwareInterrupt

PrefetchAbort

DataAbort

AddressException

IRQ

FIQ

BreakPoint

WatchPoint

StepComplete

RunTimeErrorUnknown

InternalError

UserInterruption

ApplicationExit

StackOverflow

DivisionByZero

OSSpecific

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.