nrf5340_net_pac/reset_ns.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 _reserved0: [u8; 0x0400],
5 #[doc = "0x400 - Reset reason"]
6 pub resetreas: RESETREAS,
7}
8#[doc = "RESETREAS (rw) register accessor: an alias for `Reg<RESETREAS_SPEC>`"]
9pub type RESETREAS = crate::Reg<resetreas::RESETREAS_SPEC>;
10#[doc = "Reset reason"]
11pub mod resetreas;