[][src]Struct cc13x2_cc26x2_hal::flash::boundary::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 reserved24(&mut self) -> _RESERVED24W[src]

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

pub fn disrow0(&mut self) -> _DISROW0W[src]

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

pub fn spare(&mut self) -> _SPAREW[src]

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

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

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

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

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

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

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

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

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

pub fn outputenable(&mut self) -> _OUTPUTENABLEW[src]

Bits 14:17 - 17: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 sys_ecc_override_en(&mut self) -> _SYS_ECC_OVERRIDE_ENW[src]

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

pub fn efc_fdi(&mut self) -> _EFC_FDIW[src]

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

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

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

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

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

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

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

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