Srs

Type Alias Srs 

pub type Srs = Reg<SrsSpec>;
Expand description

SRS (r) register accessor: System Reset Status Register

You can read this register and get srs::R. See API.

For information about available fields see srs module

Aliased Type§

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

Fields§

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