Type Alias Div0TrpW
pub type Div0TrpW<'a, REG> = BitWriter<'a, REG, Div0Trp>;Expand description
Field DIV_0_TRP writer - Enables faulting or halting when the processor
executes an SDIV or UDIV instruction with a divisor of 0
Aliased Type§
pub struct Div0TrpW<'a, REG> { /* private fields */ }