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