Type Alias Wmb0Id
pub type Wmb0Id = Reg<Wmb0IdSpec>;Expand description
WMB0_ID (r) register accessor: Wake Up Message Buffer Register for ID
You can read this register and get wmb0_id::R. See API.
For information about available fields see wmb0_id module
Aliased Type§
#[repr(transparent)]pub struct Wmb0Id {
register: VolatileCell<u32>,
_marker: PhantomData<Wmb0IdSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<Wmb0IdSpec>