Struct nrf51::spim1::PSEL [] [src]

#[repr(C)]
pub struct PSEL { pub sck: SCK, pub mosi: MOSI, pub miso: MISO, }

Register block

Fields

0x00 - Pin select for SCK.

0x04 - Pin select for MOSI.

0x08 - Pin select for MISO.

Trait Implementations

Auto Trait Implementations

impl Send for PSEL

impl !Sync for PSEL