[][src]Type Definition stm32f4::stm32f413::fpu::fpscr::W

type W = W<u32, FPSCR>;

Writer for register FPSCR

Implementations

impl W[src]

pub fn ioc(&mut self) -> IOC_W<'_>[src]

Bit 0 - Invalid operation cumulative exception bit

pub fn dzc(&mut self) -> DZC_W<'_>[src]

Bit 1 - Division by zero cumulative exception bit.

pub fn ofc(&mut self) -> OFC_W<'_>[src]

Bit 2 - Overflow cumulative exception bit

pub fn ufc(&mut self) -> UFC_W<'_>[src]

Bit 3 - Underflow cumulative exception bit

pub fn ixc(&mut self) -> IXC_W<'_>[src]

Bit 4 - Inexact cumulative exception bit

pub fn idc(&mut self) -> IDC_W<'_>[src]

Bit 7 - Input denormal cumulative exception bit.

pub fn rmode(&mut self) -> RMODE_W<'_>[src]

Bits 22:23 - Rounding Mode control field

pub fn fz(&mut self) -> FZ_W<'_>[src]

Bit 24 - Flush-to-zero mode control bit:

pub fn dn(&mut self) -> DN_W<'_>[src]

Bit 25 - Default NaN mode control bit

pub fn ahp(&mut self) -> AHP_W<'_>[src]

Bit 26 - Alternative half-precision control bit

pub fn v(&mut self) -> V_W<'_>[src]

Bit 28 - Overflow condition code flag

pub fn c(&mut self) -> C_W<'_>[src]

Bit 29 - Carry condition code flag

pub fn z(&mut self) -> Z_W<'_>[src]

Bit 30 - Zero condition code flag

pub fn n(&mut self) -> N_W<'_>[src]

Bit 31 - Negative condition code flag