[][src]Struct cc13x2_cc26x2_hal::cpu_scs::mvfr0::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_rounding_modes(&mut self) -> _FP_ROUNDING_MODESW[src]

Bits 28:31 - 31:28] Indicates the rounding modes supported by the FP floating-point hardware. The value of this field is: 0b0001 - all rounding modes supported.

pub fn short_vectors(&mut self) -> _SHORT_VECTORSW[src]

Bits 24:27 - 27:24] Indicates the hardware support for FP short vectors. The value of this field is: 0b0000 - not supported.

pub fn square_root(&mut self) -> _SQUARE_ROOTW[src]

Bits 20:23 - 23:20] Indicates the hardware support for FP square root operations. The value of this field is: 0b0001 - supported.

pub fn divide(&mut self) -> _DIVIDEW[src]

Bits 16:19 - 19:16] Indicates the hardware support for FP divide operations. The value of this field is: 0b0001 - supported.

pub fn fp_exception_trapping(&mut self) -> _FP_EXCEPTION_TRAPPINGW[src]

Bits 12:15 - 15:12] Indicates whether the FP hardware implementation supports exception trapping. The value of this field is: 0b0000 - not supported.

pub fn double_precision(&mut self) -> _DOUBLE_PRECISIONW[src]

Bits 8:11 - 11:8] Indicates the hardware support for FP double-precision operations. The value of this field is: 0b0000 - not supported.

pub fn single_precision(&mut self) -> _SINGLE_PRECISIONW[src]

Bits 4:7 - 7:4] Indicates the hardware support for FP single-precision operations. The value of this field is: 0b0010 - supported.

pub fn a_simd(&mut self) -> _A_SIMDW[src]

Bits 0:3 - 3:0] Indicates the size of the FP register bank. The value of this field is: 0b0001 - supported, 16 x 64-bit registers.

Auto Trait Implementations

impl Send for W

impl Sync for W

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