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