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

Bit 31 - 31:31] 0: Sector protected

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

Bit 30 - 30:30] 0: Sector protected

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

Bit 29 - 29:29] 0: Sector protected

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

Bit 28 - 28:28] 0: Sector protected

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

Bit 27 - 27:27] 0: Sector protected

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

Bit 26 - 26:26] 0: Sector protected

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

Bit 25 - 25:25] 0: Sector protected

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

Bit 24 - 24:24] 0: Sector protected

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

Bit 23 - 23:23] 0: Sector protected

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

Bit 22 - 22:22] 0: Sector protected

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

Bit 21 - 21:21] 0: Sector protected

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

Bit 20 - 20:20] 0: Sector protected

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

Bit 19 - 19:19] 0: Sector protected

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

Bit 18 - 18:18] 0: Sector protected

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

Bit 17 - 17:17] 0: Sector protected

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

Bit 16 - 16:16] 0: Sector protected

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

Bit 15 - 15:15] 0: Sector protected

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

Bit 14 - 14:14] 0: Sector protected

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

Bit 13 - 13:13] 0: Sector protected

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

Bit 12 - 12:12] 0: Sector protected

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

Bit 11 - 11:11] 0: Sector protected

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

Bit 10 - 10:10] 0: Sector protected

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

Bit 9 - 9:9] 0: Sector protected

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

Bit 8 - 8:8] 0: Sector protected

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

Bit 7 - 7:7] 0: Sector protected

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

Bit 6 - 6:6] 0: Sector protected

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

Bit 5 - 5:5] 0: Sector protected

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

Bit 4 - 4:4] 0: Sector protected

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

Bit 3 - 3:3] 0: Sector protected

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

Bit 2 - 2:2] 0: Sector protected

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

Bit 1 - 1:1] 0: Sector protected

pub fn wrt_prot_sec_32(&mut self) -> _WRT_PROT_SEC_32W[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