[][src]Struct cc13x2_cc26x2_hal::pka_int::revision::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] These bits should be ignored on read

pub fn major_revision(&mut self) -> _MAJOR_REVISIONW[src]

Bits 24:27 - 27:24] These bits encode the major version number for this module

pub fn minor_revision(&mut self) -> _MINOR_REVISIONW[src]

Bits 20:23 - 23:20] These bits encode the minor version number for this module

pub fn patch_level(&mut self) -> _PATCH_LEVELW[src]

Bits 16:19 - 19:16] These bits encode the hardware patch level for this module they start at value 0 on the first release

pub fn comp_eip_num(&mut self) -> _COMP_EIP_NUMW[src]

Bits 8:15 - 15:8] These bits simply contain the complement of bits [7:0], used by a driver to ascertain that the EIP150 revision register is indeed read

pub fn eip_num(&mut self) -> _EIP_NUMW[src]

Bits 0:7 - 7:0] These bits encode the AuthenTec EIP number for the EIP150

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