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

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

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

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

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

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

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

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

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

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

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

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

pub fn ahb_is_async(&mut self) -> _AHB_IS_ASYNCW[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(&mut self) -> _AHB_INTERFACEW[src]

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

pub fn plb_interface(&mut self) -> _PLB_INTERFACEW[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 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