Type Alias xmc4800::ppb::fpccr::BfrdyW

source ·
pub type BfrdyW<'a, REG> = BitWriter<'a, REG, Bfrdy>;
Expand description

Field BFRDY writer - BusFault Ready

Aliased Type§

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

Implementations§

source§

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

source

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

BusFault is disabled or priority did not permit setting the BusFault handler to the pending state when the floating-point stack frame was allocated.

source

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

BusFault is enabled and priority permitted setting the BusFault handler to the pending state when the floating-point stack frame was allocated.