[][src]Struct cc13x2_cc26x2_hal::cpu_scs::mvfr1::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 fp_fused_mac(&self) -> FP_FUSED_MACR[src]

Bits 28:31 - 31:28] Indicates whether the FP supports fused multiply accumulate operations. The value of this field is: 0b0001 - supported.

pub fn fp_hpfp(&self) -> FP_HPFPR[src]

Bits 24:27 - 27:24] Indicates whether the FP supports half-precision floating-point conversion operations. The value of this field is: 0b0001 - supported.

pub fn reserved8(&self) -> RESERVED8R[src]

Bits 8:23 - 23:8] Software should not rely on the value of a reserved.

pub fn d_nan_mode(&self) -> D_NAN_MODER[src]

Bits 4:7 - 7:4] Indicates whether the FP hardware implementation supports only the Default NaN mode. The value of this field is: 0b0001 - hardware supports propagation of NaN values.

pub fn ftz_mode(&self) -> FTZ_MODER[src]

Bits 0:3 - 3:0] Indicates whether the FP hardware implementation supports only the Flush-to-Zero mode of operation. The value of this field is: 0b0001 - hardware supports full denormalized number arithmetic.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self