Struct nrf52::twis0::RXD [] [src]

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

Register block

Fields

0x00 - RXD Data pointer

0x04 - Maximum number of bytes in RXD buffer

0x08 - Number of bytes transferred in the last RXD transaction

Trait Implementations

Auto Trait Implementations

impl Send for RXD

impl !Sync for RXD