[][src]Struct cc13x2_cc26x2_hal::ccfg::ccfg_prot_31_0::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_31(&mut self) -> _WRT_PROT_SEC_31W[src]

Bit 31 - 31:31] 0: Sector protected

pub fn wrt_prot_sec_30(&mut self) -> _WRT_PROT_SEC_30W[src]

Bit 30 - 30:30] 0: Sector protected

pub fn wrt_prot_sec_29(&mut self) -> _WRT_PROT_SEC_29W[src]

Bit 29 - 29:29] 0: Sector protected

pub fn wrt_prot_sec_28(&mut self) -> _WRT_PROT_SEC_28W[src]

Bit 28 - 28:28] 0: Sector protected

pub fn wrt_prot_sec_27(&mut self) -> _WRT_PROT_SEC_27W[src]

Bit 27 - 27:27] 0: Sector protected

pub fn wrt_prot_sec_26(&mut self) -> _WRT_PROT_SEC_26W[src]

Bit 26 - 26:26] 0: Sector protected

pub fn wrt_prot_sec_25(&mut self) -> _WRT_PROT_SEC_25W[src]

Bit 25 - 25:25] 0: Sector protected

pub fn wrt_prot_sec_24(&mut self) -> _WRT_PROT_SEC_24W[src]

Bit 24 - 24:24] 0: Sector protected

pub fn wrt_prot_sec_23(&mut self) -> _WRT_PROT_SEC_23W[src]

Bit 23 - 23:23] 0: Sector protected

pub fn wrt_prot_sec_22(&mut self) -> _WRT_PROT_SEC_22W[src]

Bit 22 - 22:22] 0: Sector protected

pub fn wrt_prot_sec_21(&mut self) -> _WRT_PROT_SEC_21W[src]

Bit 21 - 21:21] 0: Sector protected

pub fn wrt_prot_sec_20(&mut self) -> _WRT_PROT_SEC_20W[src]

Bit 20 - 20:20] 0: Sector protected

pub fn wrt_prot_sec_19(&mut self) -> _WRT_PROT_SEC_19W[src]

Bit 19 - 19:19] 0: Sector protected

pub fn wrt_prot_sec_18(&mut self) -> _WRT_PROT_SEC_18W[src]

Bit 18 - 18:18] 0: Sector protected

pub fn wrt_prot_sec_17(&mut self) -> _WRT_PROT_SEC_17W[src]

Bit 17 - 17:17] 0: Sector protected

pub fn wrt_prot_sec_16(&mut self) -> _WRT_PROT_SEC_16W[src]

Bit 16 - 16:16] 0: Sector protected

pub fn wrt_prot_sec_15(&mut self) -> _WRT_PROT_SEC_15W[src]

Bit 15 - 15:15] 0: Sector protected

pub fn wrt_prot_sec_14(&mut self) -> _WRT_PROT_SEC_14W[src]

Bit 14 - 14:14] 0: Sector protected

pub fn wrt_prot_sec_13(&mut self) -> _WRT_PROT_SEC_13W[src]

Bit 13 - 13:13] 0: Sector protected

pub fn wrt_prot_sec_12(&mut self) -> _WRT_PROT_SEC_12W[src]

Bit 12 - 12:12] 0: Sector protected

pub fn wrt_prot_sec_11(&mut self) -> _WRT_PROT_SEC_11W[src]

Bit 11 - 11:11] 0: Sector protected

pub fn wrt_prot_sec_10(&mut self) -> _WRT_PROT_SEC_10W[src]

Bit 10 - 10:10] 0: Sector protected

pub fn wrt_prot_sec_9(&mut self) -> _WRT_PROT_SEC_9W[src]

Bit 9 - 9:9] 0: Sector protected

pub fn wrt_prot_sec_8(&mut self) -> _WRT_PROT_SEC_8W[src]

Bit 8 - 8:8] 0: Sector protected

pub fn wrt_prot_sec_7(&mut self) -> _WRT_PROT_SEC_7W[src]

Bit 7 - 7:7] 0: Sector protected

pub fn wrt_prot_sec_6(&mut self) -> _WRT_PROT_SEC_6W[src]

Bit 6 - 6:6] 0: Sector protected

pub fn wrt_prot_sec_5(&mut self) -> _WRT_PROT_SEC_5W[src]

Bit 5 - 5:5] 0: Sector protected

pub fn wrt_prot_sec_4(&mut self) -> _WRT_PROT_SEC_4W[src]

Bit 4 - 4:4] 0: Sector protected

pub fn wrt_prot_sec_3(&mut self) -> _WRT_PROT_SEC_3W[src]

Bit 3 - 3:3] 0: Sector protected

pub fn wrt_prot_sec_2(&mut self) -> _WRT_PROT_SEC_2W[src]

Bit 2 - 2:2] 0: Sector protected

pub fn wrt_prot_sec_1(&mut self) -> _WRT_PROT_SEC_1W[src]

Bit 1 - 1:1] 0: Sector protected

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