[][src]Struct stm32f3::stm32f373::fpu::fpscr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn ioc(&mut self) -> _IOCW[src]

Bit 0 - Invalid operation cumulative exception bit

pub fn dzc(&mut self) -> _DZCW[src]

Bit 1 - Division by zero cumulative exception bit.

pub fn ofc(&mut self) -> _OFCW[src]

Bit 2 - Overflow cumulative exception bit

pub fn ufc(&mut self) -> _UFCW[src]

Bit 3 - Underflow cumulative exception bit

pub fn ixc(&mut self) -> _IXCW[src]

Bit 4 - Inexact cumulative exception bit

pub fn idc(&mut self) -> _IDCW[src]

Bit 7 - Input denormal cumulative exception bit.

pub fn rmode(&mut self) -> _RMODEW[src]

Bits 22:23 - Rounding Mode control field

pub fn fz(&mut self) -> _FZW[src]

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

pub fn dn(&mut self) -> _DNW[src]

Bit 25 - Default NaN mode control bit

pub fn ahp(&mut self) -> _AHPW[src]

Bit 26 - Alternative half-precision control bit

pub fn v(&mut self) -> _VW[src]

Bit 28 - Overflow condition code flag

pub fn c(&mut self) -> _CW[src]

Bit 29 - Carry condition code flag

pub fn z(&mut self) -> _ZW[src]

Bit 30 - Zero condition code flag

pub fn n(&mut self) -> _NW[src]

Bit 31 - Negative condition code flag

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self