Shpr2

Type Alias Shpr2 

pub type Shpr2 = Reg<Shpr2Spec>;
Expand description

SHPR2 (rw) register accessor: System Handler Priority Register 2

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

For information about available fields see shpr2 module

Aliased Type§

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

Fields§

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