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