[][src]Type Definition stm32f3::stm32f303::fpu::fpscr::W

type W = W<u32, FPSCR>;

Writer for register FPSCR

Methods

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