1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[doc = r"Register block"]
#[repr(C)]
#[cfg_attr(feature = "impl-register-debug", derive(Debug))]
pub struct RegisterBlock {
    _reserved0: [u8; 0xd4],
    nrxpd_ctrl: NRXPD_CTRL,
}
impl RegisterBlock {
    #[doc = "0xd4 - WiFi RX control register"]
    #[inline(always)]
    pub const fn nrxpd_ctrl(&self) -> &NRXPD_CTRL {
        &self.nrxpd_ctrl
    }
}
#[doc = "NRXPD_CTRL (rw) register accessor: WiFi RX control register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`nrxpd_ctrl::R`].  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`nrxpd_ctrl::W`]. You can also [`modify`](crate::generic::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"]
pub type NRXPD_CTRL = crate::Reg<nrxpd_ctrl::NRXPD_CTRL_SPEC>;
#[doc = "WiFi RX control register"]
pub mod nrxpd_ctrl;