[][src]Struct nrf52810_pac::uart0::PSEL

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

Register block

Fields

rts: RTS

0x00 - Pin select for RTS

txd: TXD

0x04 - Pin select for TXD

cts: CTS

0x08 - Pin select for CTS

rxd: RXD

0x0c - Pin select for RXD

Auto Trait Implementations

impl Unpin for PSEL

impl Send for PSEL

impl !Sync for PSEL

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self