[][src]Struct cc13x2_cc26x2_hal::ccfg::ccfg_prot_127_96::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn wrt_prot_sec_127(&mut self) -> _WRT_PROT_SEC_127W[src]

Bit 31 - 31:31] 0: Sector protected

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

Bit 30 - 30:30] 0: Sector protected

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

Bit 29 - 29:29] 0: Sector protected

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

Bit 28 - 28:28] 0: Sector protected

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

Bit 27 - 27:27] 0: Sector protected

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

Bit 26 - 26:26] 0: Sector protected

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

Bit 25 - 25:25] 0: Sector protected

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

Bit 24 - 24:24] 0: Sector protected

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

Bit 23 - 23:23] 0: Sector protected

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

Bit 22 - 22:22] 0: Sector protected

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

Bit 21 - 21:21] 0: Sector protected

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

Bit 20 - 20:20] 0: Sector protected

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

Bit 19 - 19:19] 0: Sector protected

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

Bit 18 - 18:18] 0: Sector protected

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

Bit 17 - 17:17] 0: Sector protected

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

Bit 16 - 16:16] 0: Sector protected

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

Bit 15 - 15:15] 0: Sector protected

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

Bit 14 - 14:14] 0: Sector protected

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

Bit 13 - 13:13] 0: Sector protected

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

Bit 12 - 12:12] 0: Sector protected

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

Bit 11 - 11:11] 0: Sector protected

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

Bit 10 - 10:10] 0: Sector protected

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

Bit 9 - 9:9] 0: Sector protected

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

Bit 8 - 8:8] 0: Sector protected

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

Bit 7 - 7:7] 0: Sector protected

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

Bit 6 - 6:6] 0: Sector protected

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

Bit 5 - 5:5] 0: Sector protected

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

Bit 4 - 4:4] 0: Sector protected

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

Bit 3 - 3:3] 0: Sector protected

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

Bit 2 - 2:2] 0: Sector protected

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

Bit 1 - 1:1] 0: Sector protected

pub fn wrt_prot_sec_96(&mut self) -> _WRT_PROT_SEC_96W[src]

Bit 0 - 0:0] 0: Sector protected

Auto Trait Implementations

impl Send for W

impl Sync for W

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