Struct nrf51::spim1::RXD [] [src]

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

Register block

Fields

0x00 - Data pointer.

0x04 - Maximum number of buffer bytes to receive.

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

Trait Implementations

Auto Trait Implementations

impl Send for RXD

impl !Sync for RXD