Imask1

Type Alias Imask1 

pub type Imask1 = Reg<Imask1Spec>;
Expand description

IMASK1 (rw) register accessor: Interrupt Masks 1 register

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

For information about available fields see imask1 module

Aliased Type§

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

Fields§

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