[][src]Struct cc13x2_cc26x2_hal::rfc_dbell::rfcpeien::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 internal_error(&mut self) -> _INTERNAL_ERRORW[src]

Bit 31 - 31:31] Interrupt enable for RFCPEIFG.INTERNAL_ERROR.

pub fn boot_done(&mut self) -> _BOOT_DONEW[src]

Bit 30 - 30:30] Interrupt enable for RFCPEIFG.BOOT_DONE.

pub fn modules_unlocked(&mut self) -> _MODULES_UNLOCKEDW[src]

Bit 29 - 29:29] Interrupt enable for RFCPEIFG.MODULES_UNLOCKED.

pub fn synth_no_lock(&mut self) -> _SYNTH_NO_LOCKW[src]

Bit 28 - 28:28] Interrupt enable for RFCPEIFG.SYNTH_NO_LOCK.

pub fn irq27(&mut self) -> _IRQ27W[src]

Bit 27 - 27:27] Interrupt enable for RFCPEIFG.IRQ27.

pub fn rx_aborted(&mut self) -> _RX_ABORTEDW[src]

Bit 26 - 26:26] Interrupt enable for RFCPEIFG.RX_ABORTED.

pub fn rx_n_data_written(&mut self) -> _RX_N_DATA_WRITTENW[src]

Bit 25 - 25:25] Interrupt enable for RFCPEIFG.RX_N_DATA_WRITTEN.

pub fn rx_data_written(&mut self) -> _RX_DATA_WRITTENW[src]

Bit 24 - 24:24] Interrupt enable for RFCPEIFG.RX_DATA_WRITTEN.

pub fn rx_entry_done(&mut self) -> _RX_ENTRY_DONEW[src]

Bit 23 - 23:23] Interrupt enable for RFCPEIFG.RX_ENTRY_DONE.

pub fn rx_buf_full(&mut self) -> _RX_BUF_FULLW[src]

Bit 22 - 22:22] Interrupt enable for RFCPEIFG.RX_BUF_FULL.

pub fn rx_ctrl_ack(&mut self) -> _RX_CTRL_ACKW[src]

Bit 21 - 21:21] Interrupt enable for RFCPEIFG.RX_CTRL_ACK.

pub fn rx_ctrl(&mut self) -> _RX_CTRLW[src]

Bit 20 - 20:20] Interrupt enable for RFCPEIFG.RX_CTRL.

pub fn rx_empty(&mut self) -> _RX_EMPTYW[src]

Bit 19 - 19:19] Interrupt enable for RFCPEIFG.RX_EMPTY.

pub fn rx_ignored(&mut self) -> _RX_IGNOREDW[src]

Bit 18 - 18:18] Interrupt enable for RFCPEIFG.RX_IGNORED.

pub fn rx_nok(&mut self) -> _RX_NOKW[src]

Bit 17 - 17:17] Interrupt enable for RFCPEIFG.RX_NOK.

pub fn rx_ok(&mut self) -> _RX_OKW[src]

Bit 16 - 16:16] Interrupt enable for RFCPEIFG.RX_OK.

pub fn irq15(&mut self) -> _IRQ15W[src]

Bit 15 - 15:15] Interrupt enable for RFCPEIFG.IRQ15.

pub fn irq14(&mut self) -> _IRQ14W[src]

Bit 14 - 14:14] Interrupt enable for RFCPEIFG.IRQ14.

pub fn irq13(&mut self) -> _IRQ13W[src]

Bit 13 - 13:13] Interrupt enable for RFCPEIFG.IRQ13.

pub fn bg_command_suspended(&mut self) -> _BG_COMMAND_SUSPENDEDW[src]

Bit 12 - 12:12] Interrupt enable for RFCPEIFG.BG_COMMAND_SUSPENDED.

pub fn tx_buffer_changed(&mut self) -> _TX_BUFFER_CHANGEDW[src]

Bit 11 - 11:11] Interrupt enable for RFCPEIFG.TX_BUFFER_CHANGED.

pub fn tx_entry_done(&mut self) -> _TX_ENTRY_DONEW[src]

Bit 10 - 10:10] Interrupt enable for RFCPEIFG.TX_ENTRY_DONE.

pub fn tx_retrans(&mut self) -> _TX_RETRANSW[src]

Bit 9 - 9:9] Interrupt enable for RFCPEIFG.TX_RETRANS.

pub fn tx_ctrl_ack_ack(&mut self) -> _TX_CTRL_ACK_ACKW[src]

Bit 8 - 8:8] Interrupt enable for RFCPEIFG.TX_CTRL_ACK_ACK.

pub fn tx_ctrl_ack(&mut self) -> _TX_CTRL_ACKW[src]

Bit 7 - 7:7] Interrupt enable for RFCPEIFG.TX_CTRL_ACK.

pub fn tx_ctrl(&mut self) -> _TX_CTRLW[src]

Bit 6 - 6:6] Interrupt enable for RFCPEIFG.TX_CTRL.

pub fn tx_ack(&mut self) -> _TX_ACKW[src]

Bit 5 - 5:5] Interrupt enable for RFCPEIFG.TX_ACK.

pub fn tx_done(&mut self) -> _TX_DONEW[src]

Bit 4 - 4:4] Interrupt enable for RFCPEIFG.TX_DONE.

pub fn last_fg_command_done(&mut self) -> _LAST_FG_COMMAND_DONEW[src]

Bit 3 - 3:3] Interrupt enable for RFCPEIFG.LAST_FG_COMMAND_DONE.

pub fn fg_command_done(&mut self) -> _FG_COMMAND_DONEW[src]

Bit 2 - 2:2] Interrupt enable for RFCPEIFG.FG_COMMAND_DONE.

pub fn last_command_done(&mut self) -> _LAST_COMMAND_DONEW[src]

Bit 1 - 1:1] Interrupt enable for RFCPEIFG.LAST_COMMAND_DONE.

pub fn command_done(&mut self) -> _COMMAND_DONEW[src]

Bit 0 - 0:0] Interrupt enable for RFCPEIFG.COMMAND_DONE.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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