[][src]Struct stm32l4xx_hal::stm32::fpu::fpscr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[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 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 = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]

impl<T> Same for T

type Output = T

Should always be Self