Struct nrf52811_pac::twis0::PSEL[][src]

#[repr(C)]
pub struct PSEL { pub scl: Reg<SCL_SPEC>, pub sda: Reg<SDA_SPEC>, }
Expand description

Register block

Fields

scl: Reg<SCL_SPEC>

0x00 - Pin select for SCL signal

sda: Reg<SDA_SPEC>

0x04 - Pin select for SDA 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.