UserW

Type Alias UserW 

pub type UserW<'a, REG> = BitWriter<'a, REG, User>;
Expand description

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

Aliased Type§

pub struct UserW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> UserW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

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

pub fn _1(self) -> &'a mut W<REG>

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