W

Type Alias W 

Source
pub type W = W<u32, FPSCR>;
Expand description

Writer for register FPSCR

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

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

Bit 0 - Invalid operation cumulative exception bit

Source

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

Bit 1 - Division by zero cumulative exception bit.

Source

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

Bit 2 - Overflow cumulative exception bit

Source

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

Bit 3 - Underflow cumulative exception bit

Source

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

Bit 4 - Inexact cumulative exception bit

Source

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

Bit 7 - Input denormal cumulative exception bit.

Source

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

Bits 22:23 - Rounding Mode control field

Source

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

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

Source

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

Bit 25 - Default NaN mode control bit

Source

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

Bit 26 - Alternative half-precision control bit

Source

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

Bit 28 - Overflow condition code flag

Source

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

Bit 29 - Carry condition code flag

Source

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

Bit 30 - Zero condition code flag

Source

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

Bit 31 - Negative condition code flag