pub struct R(_);
Expand description

Register CSR reader

Implementations

Bit 0 - ADDRDY_MST

Bit 1 - EOSMP_MST

Bit 2 - EOC_MST

Bit 3 - EOS_MST

Bit 4 - OVR_MST

Bit 5 - JEOC_MST

Bit 6 - JEOS_MST

Bit 7 - AWD1_MST

Bit 8 - AWD2_MST

Bit 9 - AWD3_MST

Bit 10 - JQOVF_MST

Bit 16 - ADRDY_SLV

Bit 17 - EOSMP_SLV

Bit 18 - EOC_SLV

Bit 19 - EOS_SLV

Bit 20 - OVR_SLV

Bit 21 - JEOC_SLV

Bit 22 - JEOS_SLV

Bit 23 - AWD1_SLV

Bit 24 - AWD2_SLV

Bit 25 - AWD3_SLV

Bit 26 - JQOVF_SLV

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