[][src]Struct cc13x2_cc26x2_hal::rfc_dbell::rfcpeisl::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] Select which CPU interrupt vector the RFCPEIFG.INTERNAL_ERROR interrupt should use.

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

Bit 30 - 30:30] Select which CPU interrupt vector the RFCPEIFG.BOOT_DONE interrupt should use.

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

Bit 29 - 29:29] Select which CPU interrupt vector the RFCPEIFG.MODULES_UNLOCKED interrupt should use.

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

Bit 28 - 28:28] Select which CPU interrupt vector the RFCPEIFG.SYNTH_NO_LOCK interrupt should use.

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

Bit 27 - 27:27] Select which CPU interrupt vector the RFCPEIFG.IRQ27 interrupt should use.

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

Bit 26 - 26:26] Select which CPU interrupt vector the RFCPEIFG.RX_ABORTED interrupt should use.

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

Bit 25 - 25:25] Select which CPU interrupt vector the RFCPEIFG.RX_N_DATA_WRITTEN interrupt should use.

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

Bit 24 - 24:24] Select which CPU interrupt vector the RFCPEIFG.RX_DATA_WRITTEN interrupt should use.

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

Bit 23 - 23:23] Select which CPU interrupt vector the RFCPEIFG.RX_ENTRY_DONE interrupt should use.

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

Bit 22 - 22:22] Select which CPU interrupt vector the RFCPEIFG.RX_BUF_FULL interrupt should use.

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

Bit 21 - 21:21] Select which CPU interrupt vector the RFCPEIFG.RX_CTRL_ACK interrupt should use.

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

Bit 20 - 20:20] Select which CPU interrupt vector the RFCPEIFG.RX_CTRL interrupt should use.

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

Bit 19 - 19:19] Select which CPU interrupt vector the RFCPEIFG.RX_EMPTY interrupt should use.

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

Bit 18 - 18:18] Select which CPU interrupt vector the RFCPEIFG.RX_IGNORED interrupt should use.

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

Bit 17 - 17:17] Select which CPU interrupt vector the RFCPEIFG.RX_NOK interrupt should use.

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

Bit 16 - 16:16] Select which CPU interrupt vector the RFCPEIFG.RX_OK interrupt should use.

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

Bit 15 - 15:15] Select which CPU interrupt vector the RFCPEIFG.IRQ15 interrupt should use.

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

Bit 14 - 14:14] Select which CPU interrupt vector the RFCPEIFG.IRQ14 interrupt should use.

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

Bit 13 - 13:13] Select which CPU interrupt vector the RFCPEIFG.IRQ13 interrupt should use.

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

Bit 12 - 12:12] Select which CPU interrupt vector the RFCPEIFG.BG_COMMAND_SUSPENDED interrupt should use.

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

Bit 11 - 11:11] Select which CPU interrupt vector the RFCPEIFG.TX_BUFFER_CHANGED interrupt should use.

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

Bit 10 - 10:10] Select which CPU interrupt vector the RFCPEIFG.TX_ENTRY_DONE interrupt should use.

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

Bit 9 - 9:9] Select which CPU interrupt vector the RFCPEIFG.TX_RETRANS interrupt should use.

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

Bit 8 - 8:8] Select which CPU interrupt vector the RFCPEIFG.TX_CTRL_ACK_ACK interrupt should use.

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

Bit 7 - 7:7] Select which CPU interrupt vector the RFCPEIFG.TX_CTRL_ACK interrupt should use.

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

Bit 6 - 6:6] Select which CPU interrupt vector the RFCPEIFG.TX_CTRL interrupt should use.

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

Bit 5 - 5:5] Select which CPU interrupt vector the RFCPEIFG.TX_ACK interrupt should use.

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

Bit 4 - 4:4] Select which CPU interrupt vector the RFCPEIFG.TX_DONE interrupt should use.

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

Bit 3 - 3:3] Select which CPU interrupt vector the RFCPEIFG.LAST_FG_COMMAND_DONE interrupt should use.

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

Bit 2 - 2:2] Select which CPU interrupt vector the RFCPEIFG.FG_COMMAND_DONE interrupt should use.

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

Bit 1 - 1:1] Select which CPU interrupt vector the RFCPEIFG.LAST_COMMAND_DONE interrupt should use.

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

Bit 0 - 0:0] Select which CPU interrupt vector the RFCPEIFG.COMMAND_DONE interrupt should use.

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