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