mcxa-pac 0.3.0

Peripheral Access Crate for MCXA256 devices
Documentation
#[repr(C)]
#[cfg_attr(feature = "debug", derive(Debug))]
#[doc = "Register block"]
pub struct RegisterBlock {
    _reserved0: [u8; 0x0c],
    cppwr: Cppwr,
}
impl RegisterBlock {
    #[doc = "0x0c - Coprocessor Power Control Register"]
    #[inline(always)]
    pub const fn cppwr(&self) -> &Cppwr {
        &self.cppwr
    }
}
#[doc = "CPPWR (rw) register accessor: Coprocessor Power Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`cppwr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cppwr::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@cppwr`] module"]
#[doc(alias = "CPPWR")]
pub type Cppwr = crate::Reg<cppwr::CppwrSpec>;
#[doc = "Coprocessor Power Control Register"]
pub mod cppwr;