mimxrt685s_pac/
scn_scb.rs1#[repr(C)]
2#[cfg_attr(feature = "debug", derive(Debug))]
3#[doc = "Register block"]
4pub struct RegisterBlock {
5 _reserved0: [u8; 0x0c],
6 cppwr: Cppwr,
7}
8impl RegisterBlock {
9 #[doc = "0x0c - Coprocessor Power Control Register"]
10 #[inline(always)]
11 pub const fn cppwr(&self) -> &Cppwr {
12 &self.cppwr
13 }
14}
15#[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`]
16module"]
17#[doc(alias = "CPPWR")]
18pub type Cppwr = crate::Reg<cppwr::CppwrSpec>;
19#[doc = "Coprocessor Power Control Register"]
20pub mod cppwr;