DivbyzeroW

Type Alias DivbyzeroW 

pub type DivbyzeroW<'a, REG> = BitWriter<'a, REG, Divbyzero>;
Expand description

Field DIVBYZERO writer - Divide by zero UsageFault

Aliased Type§

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

Implementations§

§

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

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

no divide by zero fault, or divide by zero trapping not enabled

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

the processor has executed an SDIV or UDIV instruction with a divisor of 0