[][src]Struct cc2650::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 ratch7(&mut self) -> _RATCH7W[src]

Bit 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - Modem synchronization word detection interrupt flag. This interrupt will be raised by modem when the synchronization word is received. The CPE may decide to reject the packet based on its header (protocol specific). Write zero to clear flag. Write to one has no effect.

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

Bit 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 - 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 - 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 - 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 - 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]