Struct nrf51::spim1::TXD [] [src]

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

Register block

Fields

0x00 - Data pointer.

0x04 - Maximum number of buffer bytes to send.

0x08 - Number of bytes sent in the last transaction.

Trait Implementations

Auto Trait Implementations

impl Send for TXD

impl !Sync for TXD