[][src]Struct cc13x2_cc26x2_hal::ccfg::ccfg_prot_95_64::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_95(&self) -> WRT_PROT_SEC_95R[src]

Bit 31 - 31:31] 0: Sector protected

pub fn wrt_prot_sec_94(&self) -> WRT_PROT_SEC_94R[src]

Bit 30 - 30:30] 0: Sector protected

pub fn wrt_prot_sec_93(&self) -> WRT_PROT_SEC_93R[src]

Bit 29 - 29:29] 0: Sector protected

pub fn wrt_prot_sec_92(&self) -> WRT_PROT_SEC_92R[src]

Bit 28 - 28:28] 0: Sector protected

pub fn wrt_prot_sec_91(&self) -> WRT_PROT_SEC_91R[src]

Bit 27 - 27:27] 0: Sector protected

pub fn wrt_prot_sec_90(&self) -> WRT_PROT_SEC_90R[src]

Bit 26 - 26:26] 0: Sector protected

pub fn wrt_prot_sec_89(&self) -> WRT_PROT_SEC_89R[src]

Bit 25 - 25:25] 0: Sector protected

pub fn wrt_prot_sec_88(&self) -> WRT_PROT_SEC_88R[src]

Bit 24 - 24:24] 0: Sector protected

pub fn wrt_prot_sec_87(&self) -> WRT_PROT_SEC_87R[src]

Bit 23 - 23:23] 0: Sector protected

pub fn wrt_prot_sec_86(&self) -> WRT_PROT_SEC_86R[src]

Bit 22 - 22:22] 0: Sector protected

pub fn wrt_prot_sec_85(&self) -> WRT_PROT_SEC_85R[src]

Bit 21 - 21:21] 0: Sector protected

pub fn wrt_prot_sec_84(&self) -> WRT_PROT_SEC_84R[src]

Bit 20 - 20:20] 0: Sector protected

pub fn wrt_prot_sec_83(&self) -> WRT_PROT_SEC_83R[src]

Bit 19 - 19:19] 0: Sector protected

pub fn wrt_prot_sec_82(&self) -> WRT_PROT_SEC_82R[src]

Bit 18 - 18:18] 0: Sector protected

pub fn wrt_prot_sec_81(&self) -> WRT_PROT_SEC_81R[src]

Bit 17 - 17:17] 0: Sector protected

pub fn wrt_prot_sec_80(&self) -> WRT_PROT_SEC_80R[src]

Bit 16 - 16:16] 0: Sector protected

pub fn wrt_prot_sec_79(&self) -> WRT_PROT_SEC_79R[src]

Bit 15 - 15:15] 0: Sector protected

pub fn wrt_prot_sec_78(&self) -> WRT_PROT_SEC_78R[src]

Bit 14 - 14:14] 0: Sector protected

pub fn wrt_prot_sec_77(&self) -> WRT_PROT_SEC_77R[src]

Bit 13 - 13:13] 0: Sector protected

pub fn wrt_prot_sec_76(&self) -> WRT_PROT_SEC_76R[src]

Bit 12 - 12:12] 0: Sector protected

pub fn wrt_prot_sec_75(&self) -> WRT_PROT_SEC_75R[src]

Bit 11 - 11:11] 0: Sector protected

pub fn wrt_prot_sec_74(&self) -> WRT_PROT_SEC_74R[src]

Bit 10 - 10:10] 0: Sector protected

pub fn wrt_prot_sec_73(&self) -> WRT_PROT_SEC_73R[src]

Bit 9 - 9:9] 0: Sector protected

pub fn wrt_prot_sec_72(&self) -> WRT_PROT_SEC_72R[src]

Bit 8 - 8:8] 0: Sector protected

pub fn wrt_prot_sec_71(&self) -> WRT_PROT_SEC_71R[src]

Bit 7 - 7:7] 0: Sector protected

pub fn wrt_prot_sec_70(&self) -> WRT_PROT_SEC_70R[src]

Bit 6 - 6:6] 0: Sector protected

pub fn wrt_prot_sec_69(&self) -> WRT_PROT_SEC_69R[src]

Bit 5 - 5:5] 0: Sector protected

pub fn wrt_prot_sec_68(&self) -> WRT_PROT_SEC_68R[src]

Bit 4 - 4:4] 0: Sector protected

pub fn wrt_prot_sec_67(&self) -> WRT_PROT_SEC_67R[src]

Bit 3 - 3:3] 0: Sector protected

pub fn wrt_prot_sec_66(&self) -> WRT_PROT_SEC_66R[src]

Bit 2 - 2:2] 0: Sector protected

pub fn wrt_prot_sec_65(&self) -> WRT_PROT_SEC_65R[src]

Bit 1 - 1:1] 0: Sector protected

pub fn wrt_prot_sec_64(&self) -> WRT_PROT_SEC_64R[src]

Bit 0 - 0:0] 0: Sector protected

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T[src]

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