#[repr(C)]pub struct TXD {
pub ptr: PTR,
pub maxcnt: MAXCNT,
pub amount: AMOUNT,
pub list: LIST,
}Expand description
Register block
Fields§
§ptr: PTR0x00 - Data pointer
maxcnt: MAXCNT0x04 - Number of bytes in transmit buffer
amount: AMOUNT0x08 - Number of bytes transferred in the last transaction
list: LIST0x0c - EasyDMA list type
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