1
2
3
4
5
6
#[doc = "Size of RXD and TXD buffers."]
pub struct MAXCNT {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Size of RXD and TXD buffers."]
pub mod maxcnt;