nrf52840 0.2.0

Peripheral access API for nrf52840 microcontrollers
#[doc = "Pin select for RTS"]
pub struct RTS {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Pin select for RTS"]
pub mod rts;
#[doc = "Pin select for TXD"]
pub struct TXD {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Pin select for TXD"]
pub mod txd;
#[doc = "Pin select for CTS"]
pub struct CTS {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Pin select for CTS"]
pub mod cts;
#[doc = "Pin select for RXD"]
pub struct RXD {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Pin select for RXD"]
pub mod rxd;