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