[][src]Struct cc13x2_cc26x2_hal::crypto::hwver::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 reserved28(&mut self) -> _RESERVED28W[src]

Bits 28:31 - 31:28] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn hw_major_ver(&mut self) -> _HW_MAJOR_VERW[src]

Bits 24:27 - 27:24] Major version number

pub fn hw_minor_ver(&mut self) -> _HW_MINOR_VERW[src]

Bits 20:23 - 23:20] Minor version number

pub fn hw_patch_lvl(&mut self) -> _HW_PATCH_LVLW[src]

Bits 16:19 - 19:16] Patch level Starts at 0 at first delivery of this version

pub fn ver_num_compl(&mut self) -> _VER_NUM_COMPLW[src]

Bits 8:15 - 15:8] These bits simply contain the complement of bits [7:0] (0x87), used by a driver to ascertain that the EIP-120t register is indeed read.

pub fn ver_num(&mut self) -> _VER_NUMW[src]

Bits 0:7 - 7:0] These bits encode the EIP number for the EIP-120t, this field contains the value 120 (decimal) or 0x78.

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