Struct nrf52::nfct::TXD [] [src]

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

Register block

Fields

0x00 - Configuration of outgoing frames

0x04 - Size of outgoing frame

Trait Implementations

Auto Trait Implementations

impl Send for TXD

impl !Sync for TXD