Type Alias WuMtc
pub type WuMtc = Reg<WuMtcSpec>;Expand description
Aliased Type§
#[repr(transparent)]pub struct WuMtc {
register: VolatileCell<u32>,
_marker: PhantomData<WuMtcSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<WuMtcSpec>