DnW

Type Alias DnW 

pub type DnW<'a, REG> = BitWriter<'a, REG, Dn>;
Expand description

Field DN writer - Default value for FPSCR.DN (Default NaN mode control bit).

Aliased Type§

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

Implementations§

§

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

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

NaN operands propagate through to the output of a floating-point operation.

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

Any operation involving one or more NaNs returns the Default NaN.