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