Struct nrf52840::twim0::TXD[][src]

#[repr(C)]
pub struct TXD { pub ptr: PTR, pub maxcnt: MAXCNT, pub amount: AMOUNT, pub list: LIST, }

Register block

Fields

0x00 - Data pointer

0x04 - Maximum number of bytes in transmit buffer

0x08 - Number of bytes transferred in the last transaction

0x0c - EasyDMA list type

Auto Trait Implementations

impl Send for TXD

impl !Sync for TXD