xmc4400/
pmu0.rs

1#[repr(C)]
2#[doc = "Register block"]
3pub struct RegisterBlock {
4    id: ID,
5}
6impl RegisterBlock {
7    #[doc = "0x00 - PMU0 Identification Register"]
8    #[inline(always)]
9    pub const fn id(&self) -> &ID {
10        &self.id
11    }
12}
13#[doc = "ID (r) register accessor: PMU0 Identification Register\n\nYou can [`read`](crate::Reg::read) this register and get [`id::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@id`]
14module"]
15pub type ID = crate::Reg<id::ID_SPEC>;
16#[doc = "PMU0 Identification Register"]
17pub mod id;