Shpr1

Type Alias Shpr1 

pub type Shpr1 = Reg<Shpr1Spec>;
Expand description

SHPR1 (rw) register accessor: System Handler Priority Register 1

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

For information about available fields see shpr1 module

Aliased Type§

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

Fields§

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