[][src]Struct cc13x2_cc26x2_hal::pka::hwrev::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 reserved28(&self) -> RESERVED28R[src]

Bits 28:31 - 31:28] Ignore on read

pub fn major_hw_revision(&self) -> MAJOR_HW_REVISIONR[src]

Bits 24:27 - 27:24] 4-bit binary encoding of the major hardware revision number

pub fn minor_hw_revision(&self) -> MINOR_HW_REVISIONR[src]

Bits 20:23 - 23:20] 4-bit binary encoding of the minor hardware revision number

pub fn hw_patch_level(&self) -> HW_PATCH_LEVELR[src]

Bits 16:19 - 19:16] 4-bit binary encoding of the hardware patch level, initial release will carry value zero Patches are used to remove bugs without changing the functionality or interface of a module.

pub fn complement_of_basic_eip_number(&self) -> COMPLEMENT_OF_BASIC_EIP_NUMBERR[src]

Bits 8:15 - 15:8] Bit-by-bit logic complement of bits [7:0], EIP-28 gives 0xE3

pub fn basic_eip_number(&self) -> BASIC_EIP_NUMBERR[src]

Bits 0:7 - 7:0] 8-bit binary encoding of the EIP number, EIP-28 gives 0x1C

Auto Trait Implementations

impl Send for R

impl Sync for R

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