Struct nrf52840::uart0::PSEL[][src]

#[repr(C)]
pub struct PSEL { pub rts: RTS, pub txd: TXD, pub cts: CTS, pub rxd: RXD, }

Register block

Fields

0x00 - Pin select for RTS

0x04 - Pin select for TXD

0x08 - Pin select for CTS

0x0c - Pin select for RXD

Auto Trait Implementations

impl Send for PSEL

impl !Sync for PSEL