pub struct R(_);
Expand description

Register CSSTAT reader

Implementations

Bit 0 - DCO status

Bit 1 - DCO bias status

Bit 2 - HFXT status

Bit 3 - HFXT2 status

Bit 4 - MODOSC status

Bit 5 - VLO status

Bit 6 - LFXT status

Bit 7 - REFO status

Bit 16 - ACLK system clock status

Bit 17 - MCLK system clock status

Bit 18 - HSMCLK system clock status

Bit 19 - SMCLK system clock status

Bit 20 - MODCLK system clock status

Bit 21 - VLOCLK system clock status

Bit 22 - LFXTCLK system clock status

Bit 23 - REFOCLK system clock status

Bit 24 - ACLK Ready status

Bit 25 - MCLK Ready status

Bit 26 - HSMCLK Ready status

Bit 27 - SMCLK Ready status

Bit 28 - BCLK Ready status

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