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