[][src]Struct cc13x2_cc26x2_hal::flash::fcfg_wrapper::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 family_type(&self) -> FAMILY_TYPER[src]

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

pub fn reserved21(&self) -> RESERVED21R[src]

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

pub fn mem_map(&self) -> MEM_MAPR[src]

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

pub fn cpu2(&self) -> CPU2R[src]

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

pub fn ee_in_main(&self) -> EE_IN_MAINR[src]

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

pub fn rom(&self) -> ROMR[src]

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

pub fn iflush(&self) -> IFLUSHR[src]

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

pub fn sil3(&self) -> SIL3R[src]

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

pub fn ecca(&self) -> ECCAR[src]

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

pub fn auto_susp(&self) -> AUTO_SUSPR[src]

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

pub fn uerr(&self) -> UERRR[src]

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

pub fn cpu_type1(&self) -> CPU_TYPE1R[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