Type Alias xmc4300::ppb::fpccr::UserR

source ·
pub type UserR = BitReader<User>;
Expand description

Field USER reader - User allocated Stack Frame

Aliased Type§

struct UserR { /* private fields */ }

Implementations§

source§

impl UserR

source

pub const fn variant(&self) -> User

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Privilege level was not user when the floating-point stack frame was allocated.

source

pub fn is_value2(&self) -> bool

Privilege level was user when the floating-point stack frame was allocated.