Struct nrf52811_pac::qdec::PSEL[][src]

#[repr(C)]
pub struct PSEL { pub led: Reg<LED_SPEC>, pub a: Reg<A_SPEC>, pub b: Reg<B_SPEC>, }
Expand description

Register block

Fields

led: Reg<LED_SPEC>

0x00 - Pin select for LED signal

a: Reg<A_SPEC>

0x04 - Pin select for A signal

b: Reg<B_SPEC>

0x08 - Pin select for B signal

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

Performs the conversion.

Performs the conversion.

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.