SupR

Type Alias SupR 

pub type SupR = BitReader<Sup>;
Expand description

Field SUP reader - Supervisor Access

Aliased Type§

pub struct SupR { /* private fields */ }

Implementations§

§

impl SupR

pub const fn variant(&self) -> Sup

Get enumerated values variant

pub fn is_0(&self) -> bool

Non-supervisor mode write accesses are not supported and generate a bus error.

pub fn is_1(&self) -> bool

Non-supervisor mode write accesses are supported.