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

Bit 31 - 31:31] 0: Sector protected

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

Bit 30 - 30:30] 0: Sector protected

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

Bit 29 - 29:29] 0: Sector protected

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

Bit 28 - 28:28] 0: Sector protected

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

Bit 27 - 27:27] 0: Sector protected

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

Bit 26 - 26:26] 0: Sector protected

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

Bit 25 - 25:25] 0: Sector protected

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

Bit 24 - 24:24] 0: Sector protected

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

Bit 23 - 23:23] 0: Sector protected

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

Bit 22 - 22:22] 0: Sector protected

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

Bit 21 - 21:21] 0: Sector protected

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

Bit 20 - 20:20] 0: Sector protected

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

Bit 19 - 19:19] 0: Sector protected

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

Bit 18 - 18:18] 0: Sector protected

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

Bit 17 - 17:17] 0: Sector protected

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

Bit 16 - 16:16] 0: Sector protected

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

Bit 15 - 15:15] 0: Sector protected

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

Bit 14 - 14:14] 0: Sector protected

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

Bit 13 - 13:13] 0: Sector protected

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

Bit 12 - 12:12] 0: Sector protected

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

Bit 11 - 11:11] 0: Sector protected

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

Bit 10 - 10:10] 0: Sector protected

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

Bit 9 - 9:9] 0: Sector protected

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

Bit 8 - 8:8] 0: Sector protected

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

Bit 7 - 7:7] 0: Sector protected

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

Bit 6 - 6:6] 0: Sector protected

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

Bit 5 - 5:5] 0: Sector protected

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

Bit 4 - 4:4] 0: Sector protected

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

Bit 3 - 3:3] 0: Sector protected

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

Bit 2 - 2:2] 0: Sector protected

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

Bit 1 - 1:1] 0: Sector protected

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

Bit 0 - 0:0] 0: Sector protected

Auto Trait Implementations

impl Send for W

impl Sync for W

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