[][src]Struct stm32f3::stm32f3x8::fpu::fpscr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bit 0 - Invalid operation cumulative exception bit

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

Bit 1 - Division by zero cumulative exception bit.

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

Bit 2 - Overflow cumulative exception bit

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

Bit 3 - Underflow cumulative exception bit

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

Bit 4 - Inexact cumulative exception bit

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

Bit 7 - Input denormal cumulative exception bit.

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

Bits 22:23 - Rounding Mode control field

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

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

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

Bit 25 - Default NaN mode control bit

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

Bit 26 - Alternative half-precision control bit

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

Bit 28 - Overflow condition code flag

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

Bit 29 - Carry condition code flag

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

Bit 30 - Zero condition code flag

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

Bit 31 - Negative condition code flag

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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