[][src]Struct cc13x2_cc26x2_hal::pka_int::options::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 reserved11(&self) -> RESERVED11R[src]

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

pub fn aic_present(&self) -> AIC_PRESENTR[src]

Bit 10 - 10:10] When set to '1', indicates that an EIP201 AIC is included in the EIP150

pub fn eip76_present(&self) -> EIP76_PRESENTR[src]

Bit 9 - 9:9] When set to '1', indicates that the EIP76 TRNG is included in the EIP150

pub fn eip28_present(&self) -> EIP28_PRESENTR[src]

Bit 8 - 8:8] When set to '1', indicates that the EIP28 PKA is included in the EIP150

pub fn reserved4(&self) -> RESERVED4R[src]

Bits 4:7 - 7:4] Ignore on read

pub fn axi_interface(&self) -> AXI_INTERFACER[src]

Bit 3 - 3:3] When set to '1', indicates that the EIP150 is equipped with a AXI interface

pub fn ahb_is_async(&self) -> AHB_IS_ASYNCR[src]

Bit 2 - 2:2] When set to '1', indicates that AHB interface is asynchronous Only applicable when AHB_INTERFACE is 1

pub fn ahb_interface(&self) -> AHB_INTERFACER[src]

Bit 1 - 1:1] When set to '1', indicates that the EIP150 is equipped with a AHB interface

pub fn plb_interface(&self) -> PLB_INTERFACER[src]

Bit 0 - 0:0] When set to '1', indicates that the EIP150 is equipped with a PLB interface

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