Initial commit

This commit is contained in:
Thomas Klaehn
2021-06-04 07:58:05 +02:00
commit 060cfea264
805 changed files with 204833 additions and 0 deletions

4
src/nfct/framestatus.rs Normal file
View File

@@ -0,0 +1,4 @@
#[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;