[][src]Struct cc13x2_cc26x2_hal::ccfg::ccfg_prot_127_96::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_127(&self) -> WRT_PROT_SEC_127R[src]

Bit 31 - 31:31] 0: Sector protected

pub fn wrt_prot_sec_126(&self) -> WRT_PROT_SEC_126R[src]

Bit 30 - 30:30] 0: Sector protected

pub fn wrt_prot_sec_125(&self) -> WRT_PROT_SEC_125R[src]

Bit 29 - 29:29] 0: Sector protected

pub fn wrt_prot_sec_124(&self) -> WRT_PROT_SEC_124R[src]

Bit 28 - 28:28] 0: Sector protected

pub fn wrt_prot_sec_123(&self) -> WRT_PROT_SEC_123R[src]

Bit 27 - 27:27] 0: Sector protected

pub fn wrt_prot_sec_122(&self) -> WRT_PROT_SEC_122R[src]

Bit 26 - 26:26] 0: Sector protected

pub fn wrt_prot_sec_121(&self) -> WRT_PROT_SEC_121R[src]

Bit 25 - 25:25] 0: Sector protected

pub fn wrt_prot_sec_120(&self) -> WRT_PROT_SEC_120R[src]

Bit 24 - 24:24] 0: Sector protected

pub fn wrt_prot_sec_119(&self) -> WRT_PROT_SEC_119R[src]

Bit 23 - 23:23] 0: Sector protected

pub fn wrt_prot_sec_118(&self) -> WRT_PROT_SEC_118R[src]

Bit 22 - 22:22] 0: Sector protected

pub fn wrt_prot_sec_117(&self) -> WRT_PROT_SEC_117R[src]

Bit 21 - 21:21] 0: Sector protected

pub fn wrt_prot_sec_116(&self) -> WRT_PROT_SEC_116R[src]

Bit 20 - 20:20] 0: Sector protected

pub fn wrt_prot_sec_115(&self) -> WRT_PROT_SEC_115R[src]

Bit 19 - 19:19] 0: Sector protected

pub fn wrt_prot_sec_114(&self) -> WRT_PROT_SEC_114R[src]

Bit 18 - 18:18] 0: Sector protected

pub fn wrt_prot_sec_113(&self) -> WRT_PROT_SEC_113R[src]

Bit 17 - 17:17] 0: Sector protected

pub fn wrt_prot_sec_112(&self) -> WRT_PROT_SEC_112R[src]

Bit 16 - 16:16] 0: Sector protected

pub fn wrt_prot_sec_111(&self) -> WRT_PROT_SEC_111R[src]

Bit 15 - 15:15] 0: Sector protected

pub fn wrt_prot_sec_110(&self) -> WRT_PROT_SEC_110R[src]

Bit 14 - 14:14] 0: Sector protected

pub fn wrt_prot_sec_109(&self) -> WRT_PROT_SEC_109R[src]

Bit 13 - 13:13] 0: Sector protected

pub fn wrt_prot_sec_108(&self) -> WRT_PROT_SEC_108R[src]

Bit 12 - 12:12] 0: Sector protected

pub fn wrt_prot_sec_107(&self) -> WRT_PROT_SEC_107R[src]

Bit 11 - 11:11] 0: Sector protected

pub fn wrt_prot_sec_106(&self) -> WRT_PROT_SEC_106R[src]

Bit 10 - 10:10] 0: Sector protected

pub fn wrt_prot_sec_105(&self) -> WRT_PROT_SEC_105R[src]

Bit 9 - 9:9] 0: Sector protected

pub fn wrt_prot_sec_104(&self) -> WRT_PROT_SEC_104R[src]

Bit 8 - 8:8] 0: Sector protected

pub fn wrt_prot_sec_103(&self) -> WRT_PROT_SEC_103R[src]

Bit 7 - 7:7] 0: Sector protected

pub fn wrt_prot_sec_102(&self) -> WRT_PROT_SEC_102R[src]

Bit 6 - 6:6] 0: Sector protected

pub fn wrt_prot_sec_101(&self) -> WRT_PROT_SEC_101R[src]

Bit 5 - 5:5] 0: Sector protected

pub fn wrt_prot_sec_100(&self) -> WRT_PROT_SEC_100R[src]

Bit 4 - 4:4] 0: Sector protected

pub fn wrt_prot_sec_99(&self) -> WRT_PROT_SEC_99R[src]

Bit 3 - 3:3] 0: Sector protected

pub fn wrt_prot_sec_98(&self) -> WRT_PROT_SEC_98R[src]

Bit 2 - 2:2] 0: Sector protected

pub fn wrt_prot_sec_97(&self) -> WRT_PROT_SEC_97R[src]

Bit 1 - 1:1] 0: Sector protected

pub fn wrt_prot_sec_96(&self) -> WRT_PROT_SEC_96R[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