nrf52840_pac/nfct/
txd.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct TXD {
4    #[doc = "0x00 - Configuration of outgoing frames"]
5    pub frameconfig: FRAMECONFIG,
6    #[doc = "0x04 - Size of outgoing frame"]
7    pub amount: AMOUNT,
8}
9#[doc = "FRAMECONFIG (rw) register accessor: an alias for `Reg<FRAMECONFIG_SPEC>`"]
10pub type FRAMECONFIG = crate::Reg<frameconfig::FRAMECONFIG_SPEC>;
11#[doc = "Configuration of outgoing frames"]
12pub mod frameconfig;
13#[doc = "AMOUNT (rw) register accessor: an alias for `Reg<AMOUNT_SPEC>`"]
14pub type AMOUNT = crate::Reg<amount::AMOUNT_SPEC>;
15#[doc = "Size of outgoing frame"]
16pub mod amount;