[][src]Struct cc13x2_cc26x2_hal::ccfg::ccfg_prot_63_32::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_63(&self) -> WRT_PROT_SEC_63R[src]

Bit 31 - 31:31] 0: Sector protected

pub fn wrt_prot_sec_62(&self) -> WRT_PROT_SEC_62R[src]

Bit 30 - 30:30] 0: Sector protected

pub fn wrt_prot_sec_61(&self) -> WRT_PROT_SEC_61R[src]

Bit 29 - 29:29] 0: Sector protected

pub fn wrt_prot_sec_60(&self) -> WRT_PROT_SEC_60R[src]

Bit 28 - 28:28] 0: Sector protected

pub fn wrt_prot_sec_59(&self) -> WRT_PROT_SEC_59R[src]

Bit 27 - 27:27] 0: Sector protected

pub fn wrt_prot_sec_58(&self) -> WRT_PROT_SEC_58R[src]

Bit 26 - 26:26] 0: Sector protected

pub fn wrt_prot_sec_57(&self) -> WRT_PROT_SEC_57R[src]

Bit 25 - 25:25] 0: Sector protected

pub fn wrt_prot_sec_56(&self) -> WRT_PROT_SEC_56R[src]

Bit 24 - 24:24] 0: Sector protected

pub fn wrt_prot_sec_55(&self) -> WRT_PROT_SEC_55R[src]

Bit 23 - 23:23] 0: Sector protected

pub fn wrt_prot_sec_54(&self) -> WRT_PROT_SEC_54R[src]

Bit 22 - 22:22] 0: Sector protected

pub fn wrt_prot_sec_53(&self) -> WRT_PROT_SEC_53R[src]

Bit 21 - 21:21] 0: Sector protected

pub fn wrt_prot_sec_52(&self) -> WRT_PROT_SEC_52R[src]

Bit 20 - 20:20] 0: Sector protected

pub fn wrt_prot_sec_51(&self) -> WRT_PROT_SEC_51R[src]

Bit 19 - 19:19] 0: Sector protected

pub fn wrt_prot_sec_50(&self) -> WRT_PROT_SEC_50R[src]

Bit 18 - 18:18] 0: Sector protected

pub fn wrt_prot_sec_49(&self) -> WRT_PROT_SEC_49R[src]

Bit 17 - 17:17] 0: Sector protected

pub fn wrt_prot_sec_48(&self) -> WRT_PROT_SEC_48R[src]

Bit 16 - 16:16] 0: Sector protected

pub fn wrt_prot_sec_47(&self) -> WRT_PROT_SEC_47R[src]

Bit 15 - 15:15] 0: Sector protected

pub fn wrt_prot_sec_46(&self) -> WRT_PROT_SEC_46R[src]

Bit 14 - 14:14] 0: Sector protected

pub fn wrt_prot_sec_45(&self) -> WRT_PROT_SEC_45R[src]

Bit 13 - 13:13] 0: Sector protected

pub fn wrt_prot_sec_44(&self) -> WRT_PROT_SEC_44R[src]

Bit 12 - 12:12] 0: Sector protected

pub fn wrt_prot_sec_43(&self) -> WRT_PROT_SEC_43R[src]

Bit 11 - 11:11] 0: Sector protected

pub fn wrt_prot_sec_42(&self) -> WRT_PROT_SEC_42R[src]

Bit 10 - 10:10] 0: Sector protected

pub fn wrt_prot_sec_41(&self) -> WRT_PROT_SEC_41R[src]

Bit 9 - 9:9] 0: Sector protected

pub fn wrt_prot_sec_40(&self) -> WRT_PROT_SEC_40R[src]

Bit 8 - 8:8] 0: Sector protected

pub fn wrt_prot_sec_39(&self) -> WRT_PROT_SEC_39R[src]

Bit 7 - 7:7] 0: Sector protected

pub fn wrt_prot_sec_38(&self) -> WRT_PROT_SEC_38R[src]

Bit 6 - 6:6] 0: Sector protected

pub fn wrt_prot_sec_37(&self) -> WRT_PROT_SEC_37R[src]

Bit 5 - 5:5] 0: Sector protected

pub fn wrt_prot_sec_36(&self) -> WRT_PROT_SEC_36R[src]

Bit 4 - 4:4] 0: Sector protected

pub fn wrt_prot_sec_35(&self) -> WRT_PROT_SEC_35R[src]

Bit 3 - 3:3] 0: Sector protected

pub fn wrt_prot_sec_34(&self) -> WRT_PROT_SEC_34R[src]

Bit 2 - 2:2] 0: Sector protected

pub fn wrt_prot_sec_33(&self) -> WRT_PROT_SEC_33R[src]

Bit 1 - 1:1] 0: Sector protected

pub fn wrt_prot_sec_32(&self) -> WRT_PROT_SEC_32R[src]

Bit 0 - 0: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]

impl<T> Same for T

type Output = T

Should always be Self