[][src]Struct cc13x2_cc26x2_hal::flash::efusepins::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 reserved16(&mut self) -> _RESERVED16W[src]

Bits 16:31 - 31:16] Internal. Only to be used through TI provided API.

pub fn efc_self_test_done(&mut self) -> _EFC_SELF_TEST_DONEW[src]

Bit 15 - 15:15] Internal. Only to be used through TI provided API.

pub fn efc_self_test_error(&mut self) -> _EFC_SELF_TEST_ERRORW[src]

Bit 14 - 14:14] Internal. Only to be used through TI provided API.

pub fn sys_ecc_self_test_en(&mut self) -> _SYS_ECC_SELF_TEST_ENW[src]

Bit 13 - 13:13] Internal. Only to be used through TI provided API.

pub fn efc_instruction_info(&mut self) -> _EFC_INSTRUCTION_INFOW[src]

Bit 12 - 12:12] Internal. Only to be used through TI provided API.

pub fn efc_instruction_error(&mut self) -> _EFC_INSTRUCTION_ERRORW[src]

Bit 11 - 11:11] Internal. Only to be used through TI provided API.

pub fn efc_autoload_error(&mut self) -> _EFC_AUTOLOAD_ERRORW[src]

Bit 10 - 10:10] Internal. Only to be used through TI provided API.

pub fn sys_ecc_override_en(&mut self) -> _SYS_ECC_OVERRIDE_ENW[src]

Bit 9 - 9:9] Internal. Only to be used through TI provided API.

pub fn efc_ready(&mut self) -> _EFC_READYW[src]

Bit 8 - 8:8] Internal. Only to be used through TI provided API.

pub fn efc_fclrz(&mut self) -> _EFC_FCLRZW[src]

Bit 7 - 7:7] Internal. Only to be used through TI provided API.

pub fn sys_dieid_autoload_en(&mut self) -> _SYS_DIEID_AUTOLOAD_ENW[src]

Bit 6 - 6:6] Internal. Only to be used through TI provided API.

pub fn sys_repair_en(&mut self) -> _SYS_REPAIR_ENW[src]

Bits 4:5 - 5:4] Internal. Only to be used through TI provided API.

pub fn sys_ws_read_states(&mut self) -> _SYS_WS_READ_STATESW[src]

Bits 0:3 - 3:0] Internal. Only to be used through TI provided API.

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