[][src]Struct cc13x2_cc26x2_hal::rfc_dbell::rfhwifg::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] Radio timer channel 7 interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 18 - 18:18] Radio timer channel 6 interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 17 - 17:17] Radio timer channel 5 interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 16 - 16:16] Radio timer channel 4 interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 15 - 15:15] Radio timer channel 3 interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 14 - 14:14] Radio timer channel 2 interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 13 - 13:13] Radio timer channel 1 interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 12 - 12:12] Radio timer channel 0 interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 11 - 11:11] RF engine software defined interrupt 2 flag. Write zero to clear flag. Write to one has no effect.

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

Bit 10 - 10:10] RF engine software defined interrupt 1 flag. Write zero to clear flag. Write to one has no effect.

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

Bit 9 - 9:9] RF engine software defined interrupt 0 flag. Write zero to clear flag. Write to one has no effect.

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

Bit 8 - 8:8] RF engine command done interrupt flag. Write zero to clear flag. Write to one has no effect.

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] Debug tracer system tick interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 5 - 5:5] Modem software defined interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 4 - 4:4] Modem FIFO output interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 3 - 3:3] Modem FIFO input interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 2 - 2:2] Modem command done interrupt flag. Write zero to clear flag. Write to one has no effect.

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

Bit 1 - 1:1] Frequency synthesizer calibration accelerator interrupt flag. Write zero to clear flag. Write to one has no effect.

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