[][src]Struct cc2650::ccfg::ccfg_prot_31_0::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 wrt_prot_sec_31(&self) -> WRT_PROT_SEC_31R[src]

Bit 31 - 0: Sector protected

pub fn wrt_prot_sec_30(&self) -> WRT_PROT_SEC_30R[src]

Bit 30 - 0: Sector protected

pub fn wrt_prot_sec_29(&self) -> WRT_PROT_SEC_29R[src]

Bit 29 - 0: Sector protected

pub fn wrt_prot_sec_28(&self) -> WRT_PROT_SEC_28R[src]

Bit 28 - 0: Sector protected

pub fn wrt_prot_sec_27(&self) -> WRT_PROT_SEC_27R[src]

Bit 27 - 0: Sector protected

pub fn wrt_prot_sec_26(&self) -> WRT_PROT_SEC_26R[src]

Bit 26 - 0: Sector protected

pub fn wrt_prot_sec_25(&self) -> WRT_PROT_SEC_25R[src]

Bit 25 - 0: Sector protected

pub fn wrt_prot_sec_24(&self) -> WRT_PROT_SEC_24R[src]

Bit 24 - 0: Sector protected

pub fn wrt_prot_sec_23(&self) -> WRT_PROT_SEC_23R[src]

Bit 23 - 0: Sector protected

pub fn wrt_prot_sec_22(&self) -> WRT_PROT_SEC_22R[src]

Bit 22 - 0: Sector protected

pub fn wrt_prot_sec_21(&self) -> WRT_PROT_SEC_21R[src]

Bit 21 - 0: Sector protected

pub fn wrt_prot_sec_20(&self) -> WRT_PROT_SEC_20R[src]

Bit 20 - 0: Sector protected

pub fn wrt_prot_sec_19(&self) -> WRT_PROT_SEC_19R[src]

Bit 19 - 0: Sector protected

pub fn wrt_prot_sec_18(&self) -> WRT_PROT_SEC_18R[src]

Bit 18 - 0: Sector protected

pub fn wrt_prot_sec_17(&self) -> WRT_PROT_SEC_17R[src]

Bit 17 - 0: Sector protected

pub fn wrt_prot_sec_16(&self) -> WRT_PROT_SEC_16R[src]

Bit 16 - 0: Sector protected

pub fn wrt_prot_sec_15(&self) -> WRT_PROT_SEC_15R[src]

Bit 15 - 0: Sector protected

pub fn wrt_prot_sec_14(&self) -> WRT_PROT_SEC_14R[src]

Bit 14 - 0: Sector protected

pub fn wrt_prot_sec_13(&self) -> WRT_PROT_SEC_13R[src]

Bit 13 - 0: Sector protected

pub fn wrt_prot_sec_12(&self) -> WRT_PROT_SEC_12R[src]

Bit 12 - 0: Sector protected

pub fn wrt_prot_sec_11(&self) -> WRT_PROT_SEC_11R[src]

Bit 11 - 0: Sector protected

pub fn wrt_prot_sec_10(&self) -> WRT_PROT_SEC_10R[src]

Bit 10 - 0: Sector protected

pub fn wrt_prot_sec_9(&self) -> WRT_PROT_SEC_9R[src]

Bit 9 - 0: Sector protected

pub fn wrt_prot_sec_8(&self) -> WRT_PROT_SEC_8R[src]

Bit 8 - 0: Sector protected

pub fn wrt_prot_sec_7(&self) -> WRT_PROT_SEC_7R[src]

Bit 7 - 0: Sector protected

pub fn wrt_prot_sec_6(&self) -> WRT_PROT_SEC_6R[src]

Bit 6 - 0: Sector protected

pub fn wrt_prot_sec_5(&self) -> WRT_PROT_SEC_5R[src]

Bit 5 - 0: Sector protected

pub fn wrt_prot_sec_4(&self) -> WRT_PROT_SEC_4R[src]

Bit 4 - 0: Sector protected

pub fn wrt_prot_sec_3(&self) -> WRT_PROT_SEC_3R[src]

Bit 3 - 0: Sector protected

pub fn wrt_prot_sec_2(&self) -> WRT_PROT_SEC_2R[src]

Bit 2 - 0: Sector protected

pub fn wrt_prot_sec_1(&self) -> WRT_PROT_SEC_1R[src]

Bit 1 - 0: Sector protected

pub fn wrt_prot_sec_0(&self) -> WRT_PROT_SEC_0R[src]

Bit 0 - 0: Sector protected

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]