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