[][src]Type Definition rsl10_pac::rf::rf_reg30::R

type R = R<u32, RF_REG30>;

Reader of register RF_REG30

Methods

impl R[src]

pub fn rxfifo_status_bist_errors(&self) -> RXFIFO_STATUS_BIST_ERRORS_R[src]

Bits 30:31 - Indicate the BIST error: 00 => no error, 01 => error in checkboard test, 10 => error in inversed checkboard test, 11 => error in decoder test

pub fn rxfifo_status_near_underflow(&self) -> RXFIFO_STATUS_NEAR_UNDERFLOW_R[src]

Bit 29 - Is set to 1 if the Rx FIFO is close to the underflow

pub fn rxfifo_status_near_overflow(&self) -> RXFIFO_STATUS_NEAR_OVERFLOW_R[src]

Bit 28 - Is set to 1 if the Rx FIFO is close to the overflow

pub fn rxfifo_status_underflow(&self) -> RXFIFO_STATUS_UNDERFLOW_R[src]

Bit 27 - Is set to 1 if there has been an underflow

pub fn rxfifo_status_overflow(&self) -> RXFIFO_STATUS_OVERFLOW_R[src]

Bit 26 - Is set to 1 if there has been an overflow

pub fn rxfifo_status_full(&self) -> RXFIFO_STATUS_FULL_R[src]

Bit 25 - Is set to 1 if the Rx FIFO is full

pub fn rxfifo_status_empty(&self) -> RXFIFO_STATUS_EMPTY_R[src]

Bit 24 - Is set to 1 if the Rx FIFO is empty

pub fn txfifo_status_bist_errors(&self) -> TXFIFO_STATUS_BIST_ERRORS_R[src]

Bits 22:23 - Indicate the BIST error: 00 => no error, 01 => error in checkboard test, 10 => error in inversed checkboard test, 11 => error in decoder test

pub fn txfifo_status_near_underflow(&self) -> TXFIFO_STATUS_NEAR_UNDERFLOW_R[src]

Bit 21 - Is set to 1 if the Tx FIFO is close to the underflow

pub fn txfifo_status_near_overflow(&self) -> TXFIFO_STATUS_NEAR_OVERFLOW_R[src]

Bit 20 - Is set to 1 if the Tx FIFO is close to the overflow

pub fn txfifo_status_underflow(&self) -> TXFIFO_STATUS_UNDERFLOW_R[src]

Bit 19 - Is set to 1 if there has been an underflow

pub fn txfifo_status_overflow(&self) -> TXFIFO_STATUS_OVERFLOW_R[src]

Bit 18 - Is set to 1 if there has been an overflow

pub fn txfifo_status_full(&self) -> TXFIFO_STATUS_FULL_R[src]

Bit 17 - Is set to 1 if the Tx FIFO is full

pub fn txfifo_status_empty(&self) -> TXFIFO_STATUS_EMPTY_R[src]

Bit 16 - Is set to 1 if the Tx FIFO is empty

pub fn fsm_status_tx_nrx(&self) -> FSM_STATUS_TX_NRX_R[src]

Bit 10 - Is set to 0 if the radio is in Rx mode, to 1 if in Tx mode

pub fn fsm_status_status(&self) -> FSM_STATUS_STATUS_R[src]

Bits 8:9 - Status of the FSM: 00 => Idle, 01 => Tx mode, 10 => Rx mode, 11 => Suspend

pub fn fsm_mode_rx_mode(&self) -> FSM_MODE_RX_MODE_R[src]

Bit 2 - The field stay with value 1 as long as the reception isn't over

pub fn fsm_mode_tx_mode(&self) -> FSM_MODE_TX_MODE_R[src]

Bit 1 - The field keep the value 1 as long as the transmission isn't over

pub fn fsm_mode_n_idle(&self) -> FSM_MODE_N_IDLE_R[src]

Bit 0 - The field is set to 1 if the FSM is not in the Idle mode.