nrf52840_pac/nfct/
rxd.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RXD {
4 #[doc = "0x00 - Configuration of incoming frames"]
5 pub frameconfig: FRAMECONFIG,
6 #[doc = "0x04 - Size of last incoming 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 incoming frames"]
12pub mod frameconfig;
13#[doc = "AMOUNT (r) register accessor: an alias for `Reg<AMOUNT_SPEC>`"]
14pub type AMOUNT = crate::Reg<amount::AMOUNT_SPEC>;
15#[doc = "Size of last incoming frame"]
16pub mod amount;