Skip to main content

SHPR1

Type Alias SHPR1 

Source
pub type SHPR1 = Reg<u32, _SHPR1>;
Expand description

System Handler Priority Register 1

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see shpr1 module

Aliased Type§

pub struct SHPR1 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SHPR1

Register SHPR1 reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for SHPR1

read() method returns shpr1::R reader structure

Source§

impl Writable for SHPR1

write(|w| ..) method takes shpr1::W writer structure