Ssrs

Type Alias Ssrs 

pub type Ssrs = Reg<SsrsSpec>;
Expand description

SSRS (rw) register accessor: Sticky System Reset Status Register

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

For information about available fields see ssrs module

Aliased Type§

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

Fields§

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