Struct atsaml21e16b::tcc0::status::R

source ·
pub struct R(_);
Expand description

Register STATUS reader

Implementations§

Bit 0 - Stop

Bit 1 - Ramp

Bit 2 - Non-recoverable Update Fault State

Bit 3 - Non-Recoverable Debug Fault State

Bit 4 - Slave

Bit 5 - Pattern Buffer Valid

Bit 7 - Period Buffer Valid

Bit 8 - Recoverable Fault A Input

Bit 9 - Recoverable Fault B Input

Bit 10 - Non-Recoverable Fault0 Input

Bit 11 - Non-Recoverable Fault1 Input

Bit 12 - Recoverable Fault A State

Bit 13 - Recoverable Fault B State

Bit 14 - Non-Recoverable Fault 0 State

Bit 15 - Non-Recoverable Fault 1 State

Bit 16 - Compare Channel 0 Buffer Valid

Bit 17 - Compare Channel 1 Buffer Valid

Bit 18 - Compare Channel 2 Buffer Valid

Bit 19 - Compare Channel 3 Buffer Valid

Bit 24 - Compare Channel 0 Value

Bit 25 - Compare Channel 1 Value

Bit 26 - Compare Channel 2 Value

Bit 27 - Compare Channel 3 Value

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.