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