Shcsr

Type Alias Shcsr 

pub type Shcsr = Reg<ShcsrSpec>;
Expand description

SHCSR (rw) register accessor: System Handler Control and State Register

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

For information about available fields see shcsr module

Aliased Type§

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

Fields§

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