[][src]Struct cc13x2_cc26x2_hal::rfc_dbell::rfhwifg::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn reserved20(&self) -> RESERVED20R[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(&self) -> RATCH7R[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(&self) -> RATCH6R[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(&self) -> RATCH5R[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(&self) -> RATCH4R[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(&self) -> RATCH3R[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(&self) -> RATCH2R[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(&self) -> RATCH1R[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(&self) -> RATCH0R[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(&self) -> RFESOFT2R[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(&self) -> RFESOFT1R[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(&self) -> RFESOFT0R[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(&self) -> RFEDONER[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(&self) -> RESERVED7R[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(&self) -> TRCTKR[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(&self) -> MDMSOFTR[src]

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

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

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

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

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

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

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

pub fn fsca(&self) -> FSCAR[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(&self) -> RESERVED0R[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 R

impl Sync for R

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