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