nrf52840_pac/i2s/rxtxd.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RXTXD {
4 #[doc = "0x00 - Size of RXD and TXD buffers."]
5 pub maxcnt: MAXCNT,
6}
7#[doc = "MAXCNT (rw) register accessor: an alias for `Reg<MAXCNT_SPEC>`"]
8pub type MAXCNT = crate::Reg<maxcnt::MAXCNT_SPEC>;
9#[doc = "Size of RXD and TXD buffers."]
10pub mod maxcnt;