Struct nrf52811_pac::spis0::PSEL[][src]

#[repr(C)]
pub struct PSEL { pub sck: Reg<SCK_SPEC>, pub miso: Reg<MISO_SPEC>, pub mosi: Reg<MOSI_SPEC>, pub csn: Reg<CSN_SPEC>, }
Expand description

Register block

Fields

sck: Reg<SCK_SPEC>

0x00 - Pin select for SCK

miso: Reg<MISO_SPEC>

0x04 - Pin select for MISO signal

mosi: Reg<MOSI_SPEC>

0x08 - Pin select for MOSI signal

csn: Reg<CSN_SPEC>

0x0c - Pin select for CSN 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.