Files
nrf52-hal/src/nfct/framestatus.rs
Thomas Klaehn 060cfea264 Initial commit
2021-06-04 07:58:05 +02:00

5 lines
154 B
Rust

#[doc = "RX register accessor: an alias for `Reg<RX_SPEC>`"]
pub type RX = crate::Reg<rx::RX_SPEC>;
#[doc = "Result of last incoming frames"]
pub mod rx;