UserR

Type Alias UserR 

pub type UserR = BitReader<User>;
Expand description

Field USER reader - Privilege level when the floating-point stack frame was allocated.

Aliased Type§

pub struct UserR { /* private fields */ }

Implementations§

§

impl UserR

pub const fn variant(&self) -> User

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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