1#[repr(C)]
2#[cfg_attr(feature = "impl-register-debug", derive(Debug))]
3#[doc = "Register block"]
4pub struct RegisterBlock {
5 _reserved0: [u8; 0xd4],
6 nrxpd_ctrl: NRXPD_CTRL,
7}
8impl RegisterBlock {
9 #[doc = "0xd4 - NRX Power Down Control Register"]
10 #[inline(always)]
11 pub const fn nrxpd_ctrl(&self) -> &NRXPD_CTRL {
12 &self.nrxpd_ctrl
13 }
14}
15#[doc = "NRXPD_CTRL (rw) register accessor: NRX Power Down Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`nrxpd_ctrl::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`nrxpd_ctrl::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@nrxpd_ctrl`] module"]
16pub type NRXPD_CTRL = crate::Reg<nrxpd_ctrl::NRXPD_CTRL_SPEC>;
17#[doc = "NRX Power Down Control Register"]
18pub mod nrxpd_ctrl;