Struct nrf52840::uarte0::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 signal

0x04 - Pin select for TXD signal

0x08 - Pin select for CTS signal

0x0c - Pin select for RXD signal

Auto Trait Implementations

impl Send for PSEL

impl !Sync for PSEL