Type Alias xmc4800::ppb::cfsr::UnstkerrW

source ·
pub type UnstkerrW<'a, REG> = BitWriter<'a, REG, Unstkerr>;
Expand description

Field UNSTKERR writer - BusFault on unstacking for a return from exception

Aliased Type§

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

Implementations§

source§

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

source

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

no unstacking fault

source

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

stacking for an exception entry has caused one or more BusFaults.