Iflag1

Type Alias Iflag1 

pub type Iflag1 = Reg<Iflag1Spec>;
Expand description

IFLAG1 (rw) register accessor: Interrupt Flags 1 register

You can read this register and get iflag1::R. You can reset, write, write_with_zero this register using iflag1::W. You can also modify this register. See API.

For information about available fields see iflag1 module

Aliased Type§

#[repr(transparent)]
pub struct Iflag1 { register: VolatileCell<u32>, _marker: PhantomData<Iflag1Spec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<Iflag1Spec>