nrf52840_pac/i2s/txd.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct TXD {
4 #[doc = "0x00 - Transmit buffer RAM start address."]
5 pub ptr: PTR,
6}
7#[doc = "PTR (rw) register accessor: an alias for `Reg<PTR_SPEC>`"]
8pub type PTR = crate::Reg<ptr::PTR_SPEC>;
9#[doc = "Transmit buffer RAM start address."]
10pub mod ptr;