pub struct R(_);
Expand description

Register STATUS reader

Implementations

Bit 0 - HFRCO Enable Status

Bit 1 - HFRCO Ready

Bit 2 - HFXO Enable Status

Bit 3 - HFXO Ready

Bit 4 - AUXHFRCO Enable Status

Bit 5 - AUXHFRCO Ready

Bit 6 - LFRCO Enable Status

Bit 7 - LFRCO Ready

Bit 8 - LFXO Enable Status

Bit 9 - LFXO Ready

Bit 10 - HFRCO Selected

Bit 11 - HFXO Selected

Bit 12 - LFRCO Selected

Bit 13 - LFXO Selected

Bit 14 - Calibration Busy

Bit 15 - USBC HFCLK Selected

Bit 16 - USBC LFXO Selected

Bit 17 - USBC LFRCO Selected

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