Type Alias xmc4300::ppb::fpccr::UserW

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

Field USER writer - User allocated Stack Frame

Aliased Type§

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

Implementations§

source§

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

source

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

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

source

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

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