pub struct R(_);
Expand description

Register ICSR reader

Implementations

Bits 0:8 - Active exception number

Bit 11 - No preempted active exceptions to execute

Bits 12:17 - Exception number of the highest priority pending enabled exception

Bit 22 - Interrupt pending flag

Bit 23 - Debug only

Bit 25 - SysTick clear-pending bit

Bit 26 - SysTick set-pending bit

Bit 27 - PendSV clear-pending bit

Bit 28 - PendSV set-pending bit

Bit 31 - NMI set-pending bit

Methods from Deref<Target = R<ICSR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

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.