nrf52840_pac/
swi0.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Unused."]
5 pub unused: UNUSED,
6}
7#[doc = "UNUSED (r) register accessor: an alias for `Reg<UNUSED_SPEC>`"]
8pub type UNUSED = crate::Reg<unused::UNUSED_SPEC>;
9#[doc = "Unused."]
10pub mod unused;