Struct nrf52840_pac::i2s::txd::TXD
source · #[repr(C)]pub struct TXD {
pub ptr: PTR,
}
Expand description
Register block
Fields§
§ptr: PTR
0x00 - Transmit buffer RAM start address.
Auto Trait Implementations§
impl !Freeze for TXD
impl !RefUnwindSafe for TXD
impl Send for TXD
impl !Sync for TXD
impl Unpin for TXD
impl UnwindSafe for TXD
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more