Shpr3

Type Alias Shpr3 

pub type Shpr3 = Reg<Shpr3Spec>;
Expand description

SHPR3 (rw) register accessor: System Handler Priority Register 3

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

For information about available fields see shpr3 module

Aliased Type§

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

Fields§

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