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