DivbyzeroR

Type Alias DivbyzeroR 

pub type DivbyzeroR = BitReader<Divbyzero>;
Expand description

Field DIVBYZERO reader - Divide by zero UsageFault

Aliased Type§

pub struct DivbyzeroR { /* private fields */ }

Implementations§

§

impl DivbyzeroR

pub const fn variant(&self) -> Divbyzero

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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