pub struct R(_);
Expand description

Register CHSTATUS reader

Implementations

Bit 0 - Channel 0 User Ready

Bit 1 - Channel 1 User Ready

Bit 2 - Channel 2 User Ready

Bit 3 - Channel 3 User Ready

Bit 4 - Channel 4 User Ready

Bit 5 - Channel 5 User Ready

Bit 6 - Channel 6 User Ready

Bit 7 - Channel 7 User Ready

Bit 8 - Channel 0 Busy

Bit 9 - Channel 1 Busy

Bit 10 - Channel 2 Busy

Bit 11 - Channel 3 Busy

Bit 12 - Channel 4 Busy

Bit 13 - Channel 5 Busy

Bit 14 - Channel 6 Busy

Bit 15 - Channel 7 Busy

Bit 16 - Channel 8 User Ready

Bit 17 - Channel 9 User Ready

Bit 18 - Channel 10 User Ready

Bit 19 - Channel 11 User Ready

Bit 24 - Channel 8 Busy

Bit 25 - Channel 9 Busy

Bit 26 - Channel 10 Busy

Bit 27 - Channel 11 Busy

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