Ier

Type Alias Ier 

pub type Ier = Reg<IerSpec>;
Expand description

IER (rw) register accessor: Interrupt Enable Register

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

For information about available fields see ier module

Aliased Type§

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

Fields§

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