Struct nrf52840::qspi::PSEL[][src]

#[repr(C)]
pub struct PSEL { pub sck: SCK, pub csn: CSN, pub io0: IO0, pub io1: IO1, pub io2: IO2, pub io3: IO3, // some fields omitted }

Register block

Fields

0x00 - Pin select for serial clock SCK

0x04 - Pin select for chip select signal CSN.

0x0c - Pin select for serial data MOSI/IO0.

0x10 - Pin select for serial data MISO/IO1.

0x14 - Pin select for serial data IO2.

0x18 - Pin select for serial data IO3.

Auto Trait Implementations

impl Send for PSEL

impl !Sync for PSEL