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