pub struct R(_);
Expand description

Register INT reader

Implementations

Bit 0 - IRC40K stabilization interrupt flag

Bit 1 - LXTAL stabilization interrupt flag

Bit 2 - IRC8M stabilization interrupt flag

Bit 3 - HXTAL stabilization interrupt flag

Bit 4 - PLL stabilization interrupt flag

Bit 5 - IRC14M stabilization interrupt flag

Bit 7 - HXTAL Clock Stuck Interrupt Flag

Bit 8 - IRC40K Stabilization interrupt enable

Bit 9 - LXTAL Stabilization Interrupt Enable

Bit 10 - IRC8M Stabilization Interrupt Enable

Bit 11 - HXTAL Stabilization Interrupt Enable

Bit 12 - PLL Stabilization Interrupt Enable

Bit 13 - IRC14M Stabilization Interrupt Enable

Methods from Deref<Target = R<INT_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.