[][src]Struct cc13x2_cc26x2_hal::rfc_dbell::rfhwien::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 reserved20(&mut self) -> _RESERVED20W[src]

Bits 20:31 - 31:20] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn ratch7(&mut self) -> _RATCH7W[src]

Bit 19 - 19:19] Interrupt enable for RFHWIFG.RATCH7.

pub fn ratch6(&mut self) -> _RATCH6W[src]

Bit 18 - 18:18] Interrupt enable for RFHWIFG.RATCH6.

pub fn ratch5(&mut self) -> _RATCH5W[src]

Bit 17 - 17:17] Interrupt enable for RFHWIFG.RATCH5.

pub fn ratch4(&mut self) -> _RATCH4W[src]

Bit 16 - 16:16] Interrupt enable for RFHWIFG.RATCH4.

pub fn ratch3(&mut self) -> _RATCH3W[src]

Bit 15 - 15:15] Interrupt enable for RFHWIFG.RATCH3.

pub fn ratch2(&mut self) -> _RATCH2W[src]

Bit 14 - 14:14] Interrupt enable for RFHWIFG.RATCH2.

pub fn ratch1(&mut self) -> _RATCH1W[src]

Bit 13 - 13:13] Interrupt enable for RFHWIFG.RATCH1.

pub fn ratch0(&mut self) -> _RATCH0W[src]

Bit 12 - 12:12] Interrupt enable for RFHWIFG.RATCH0.

pub fn rfesoft2(&mut self) -> _RFESOFT2W[src]

Bit 11 - 11:11] Interrupt enable for RFHWIFG.RFESOFT2.

pub fn rfesoft1(&mut self) -> _RFESOFT1W[src]

Bit 10 - 10:10] Interrupt enable for RFHWIFG.RFESOFT1.

pub fn rfesoft0(&mut self) -> _RFESOFT0W[src]

Bit 9 - 9:9] Interrupt enable for RFHWIFG.RFESOFT0.

pub fn rfedone(&mut self) -> _RFEDONEW[src]

Bit 8 - 8:8] Interrupt enable for RFHWIFG.RFEDONE.

pub fn reserved7(&mut self) -> _RESERVED7W[src]

Bit 7 - 7:7] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn trctk(&mut self) -> _TRCTKW[src]

Bit 6 - 6:6] Interrupt enable for RFHWIFG.TRCTK.

pub fn mdmsoft(&mut self) -> _MDMSOFTW[src]

Bit 5 - 5:5] Interrupt enable for RFHWIFG.MDMSOFT.

pub fn mdmout(&mut self) -> _MDMOUTW[src]

Bit 4 - 4:4] Interrupt enable for RFHWIFG.MDMOUT.

pub fn mdmin(&mut self) -> _MDMINW[src]

Bit 3 - 3:3] Interrupt enable for RFHWIFG.MDMIN.

pub fn mdmdone(&mut self) -> _MDMDONEW[src]

Bit 2 - 2:2] Interrupt enable for RFHWIFG.MDMDONE.

pub fn fsca(&mut self) -> _FSCAW[src]

Bit 1 - 1:1] Interrupt enable for RFHWIFG.FSCA.

pub fn reserved0(&mut self) -> _RESERVED0W[src]

Bit 0 - 0:0] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

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