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