Isfr

Type Alias Isfr 

pub type Isfr = Reg<IsfrSpec>;
Expand description

ISFR (rw) register accessor: Interrupt Status Flag Register

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

For information about available fields see isfr module

Aliased Type§

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

Fields§

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