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

Bit 31 - 31:31] Select which CPU interrupt vector the RFCPEIFG.INTERNAL_ERROR interrupt should use.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for R

impl Sync for R

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