[][src]Struct cc13x2_cc26x2_hal::cpu_scs::mvfr1::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 Self[src]

Writes raw bits to the register

pub fn fp_fused_mac(&mut self) -> _FP_FUSED_MACW[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(&mut self) -> _FP_HPFPW[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(&mut self) -> _RESERVED8W[src]

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

pub fn d_nan_mode(&mut self) -> _D_NAN_MODEW[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(&mut self) -> _FTZ_MODEW[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 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]

impl<T> Same for T

type Output = T

Should always be Self