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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn inputenable(&self) -> INPUTENABLER[src]

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

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