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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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