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