Struct nrf52840::nfct::RXD[][src]

#[repr(C)]
pub struct RXD { pub frameconfig: FRAMECONFIG, pub amount: AMOUNT, }

Register block

Fields

0x00 - Configuration of incoming frames

0x04 - Size of last incoming frame

Auto Trait Implementations

impl Send for RXD

impl !Sync for RXD