Skip to main content

PrivR

Type Alias PrivR 

Source
pub type PrivR = BitReader<Priv>;
Expand description

Field PRIV reader - Control privileged access of EIM, ERM, Flexcan, MBC, SCG.

Aliased Type§

pub struct PrivR { /* private fields */ }

Implementations§

Source§

impl PrivR

Source

pub const fn variant(&self) -> Priv

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

privileged access is disabled. the peripherals could be access in user mode.

Source

pub fn is_enable(&self) -> bool

privileged access is enabled. the peripherals could be access in privilege mode.