Aircr

Type Alias Aircr 

pub type Aircr = Reg<AircrSpec>;
Expand description

AIRCR (rw) register accessor: Application Interrupt and Reset Control Register

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

For information about available fields see aircr module

Aliased Type§

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

Fields§

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