1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#[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;