[−][src]Struct stm32f4xx_hal::stm32::fpu::fpscr::R
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
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self