Srie

Type Alias Srie 

pub type Srie = Reg<SrieSpec>;
Expand description

SRIE (rw) register accessor: System Reset Interrupt Enable Register

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

For information about available fields see srie module

Aliased Type§

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

Fields§

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