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