Struct lpc81x_pac::lpc811::sct0::input::R

source ·
pub struct R(_);
Expand description

Register INPUT reader

Implementations§

Bit 0 - Input 0 state. Input 0 state on the last SCT clock edge.

Bit 1 - Input 1 state. Input 1 state on the last SCT clock edge.

Bit 2 - Input 2 state. Input 2 state on the last SCT clock edge.

Bit 3 - Input 3 state. Input 3 state on the last SCT clock edge.

Bit 16 - Input 0 state. Input 0 state following the synchronization specified by INSYNC.

Bit 17 - Input 1 state. Input 1 state following the synchronization specified by INSYNC.

Bit 18 - Input 2 state. Input 2 state following the synchronization specified by INSYNC.

Bit 19 - Input 3 state. Input 3 state following the synchronization specified by INSYNC.

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