[][src]Struct cc13x2_cc26x2_hal::pka::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 reserved12(&mut self) -> _RESERVED12W[src]

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

pub fn int_masking(&mut self) -> _INT_MASKINGW[src]

Bit 11 - 11:11] Interrupt Masking 0x0: indicates that the main interrupt output (bit [1] of the interrupts output bus) is the direct complement of the run bit in the PKA_CONTROL register, 0x1 : indicates that interrupt masking logic is present for this output. Note: Reset value is undefined

pub fn protection_option(&mut self) -> _PROTECTION_OPTIONW[src]

Bits 8:10 - 10:8] Protection Option 0x0: indicates no additional protection against side channel attacks, 0x1: indicates the SCAP option 0x2: Reserved 0x3: indicates the PROT option; Note: Reset value is undefined

pub fn program_ram(&mut self) -> _PROGRAM_RAMW[src]

Bit 7 - 7:7] Program RAM 0x1: indicates sequencer program storage in RAM, 0x0: indicates sequencer program storage in ROM. Note: Reset value is undefined

pub fn sequencer_configuration(&mut self) -> _SEQUENCER_CONFIGURATIONW[src]

Bits 5:6 - 6:5] Sequencer Configuration 0x0: Reserved 0x1 : Indicates a standard sequencer 0x2: Reserved 0x3: Reserved

pub fn reserved2(&mut self) -> _RESERVED2W[src]

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

pub fn pkcp_configuration(&mut self) -> _PKCP_CONFIGURATIONW[src]

Bits 0:1 - 1:0] PKCP Configuration 0x0 : Reserved 0x1 : Indicates a PKCP with a 16x16 multiplier, 0x2: indicates a PKCP with a 32x32 multiplier, 0x3 : Reserved Note: Reset value is undefined.

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