[]Struct stm32f407g_disc::stm32::fpu::fpscr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn ioc(&mut self) -> _IOCW

Bit 0 - Invalid operation cumulative exception bit

pub fn dzc(&mut self) -> _DZCW

Bit 1 - Division by zero cumulative exception bit.

pub fn ofc(&mut self) -> _OFCW

Bit 2 - Overflow cumulative exception bit

pub fn ufc(&mut self) -> _UFCW

Bit 3 - Underflow cumulative exception bit

pub fn ixc(&mut self) -> _IXCW

Bit 4 - Inexact cumulative exception bit

pub fn idc(&mut self) -> _IDCW

Bit 7 - Input denormal cumulative exception bit.

pub fn rmode(&mut self) -> _RMODEW

Bits 22:23 - Rounding Mode control field

pub fn fz(&mut self) -> _FZW

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

pub fn dn(&mut self) -> _DNW

Bit 25 - Default NaN mode control bit

pub fn ahp(&mut self) -> _AHPW

Bit 26 - Alternative half-precision control bit

pub fn v(&mut self) -> _VW

Bit 28 - Overflow condition code flag

pub fn c(&mut self) -> _CW

Bit 29 - Carry condition code flag

pub fn z(&mut self) -> _ZW

Bit 30 - Zero condition code flag

pub fn n(&mut self) -> _NW

Bit 31 - Negative condition code flag

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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