[][src]Struct cc13x2_cc26x2_hal::flash::fbstrobes::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 reserved25(&mut self) -> _RESERVED25W[src]

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

pub fn ecbit(&mut self) -> _ECBITW[src]

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

pub fn reserved19(&mut self) -> _RESERVED19W[src]

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

pub fn rwait2_flclk(&mut self) -> _RWAIT2_FLCLKW[src]

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

pub fn rwait_flclk(&mut self) -> _RWAIT_FLCLKW[src]

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

pub fn flclken(&mut self) -> _FLCLKENW[src]

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

pub fn reserved9(&mut self) -> _RESERVED9W[src]

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

pub fn ctrlenz(&mut self) -> _CTRLENZW[src]

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

pub fn reserved7(&mut self) -> _RESERVED7W[src]

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

pub fn nocolred(&mut self) -> _NOCOLREDW[src]

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

pub fn precol(&mut self) -> _PRECOLW[src]

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

pub fn ti_otp(&mut self) -> _TI_OTPW[src]

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

pub fn otp(&mut self) -> _OTPW[src]

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

pub fn tez(&mut self) -> _TEZW[src]

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

pub fn reserved0(&mut self) -> _RESERVED0W[src]

Bits 0:1 - 1: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