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

type W = W<u32, RF_REG30>;

Writer for register RF_REG30

Methods

impl W[src]

pub fn rxfifo_status_bist(&mut self) -> RXFIFO_STATUS_BIST_W[src]

Bits 25:31 - Start the bist test on the Rx FIFO (code 0x5d)

pub fn rxfifo_status_flush(&mut self) -> RXFIFO_STATUS_FLUSH_W[src]

Bit 24 - If set to 1 the Rx FIFO is flushed

pub fn txfifo_status_bist(&mut self) -> TXFIFO_STATUS_BIST_W[src]

Bits 17:23 - Start the bist test on the Tx FIFO (code 0x5d)

pub fn txfifo_status_flush(&mut self) -> TXFIFO_STATUS_FLUSH_W[src]

Bit 16 - If set to 1 the Tx FIFO is flushed

pub fn fsm_mode_reset(&mut self) -> FSM_MODE_RESET_W[src]

Bit 3 - If set to 1, the FSM is reset. If mode is set to 0 the FSM is reset abrubtly. If is set to 1 the Tx or Rx (depending on tx_nrx) is stopped gently via the serializer or the deserializer

pub fn fsm_mode_tx_nrx(&mut self) -> FSM_MODE_TX_NRX_W[src]

Bit 2 - Sets the Radio in Tx (1) or Rx (0) mode

pub fn fsm_mode_mode(&mut self) -> FSM_MODE_MODE_W[src]

Bits 0:1 - Sets the FSM mode: 00: nothing is done, 01: activate, 10: calibrate the PLL, 11: calibrate the PLL then Tx/Rx