Int

Type Alias Int 

pub type Int = Reg<IntSpec>;
Expand description

INT (rw) register accessor: Interrupt Request Register

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

For information about available fields see int module

Aliased Type§

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

Fields§

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