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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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