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