pub struct W(_);Expand description
Register CH%sCONF1 writer
Implementations
sourceimpl W
impl W
sourcepub fn tx_start(&mut self) -> TX_START_W<'_, 0>
pub fn tx_start(&mut self) -> TX_START_W<'_, 0>
Bit 0 - Set this bit to start sending data on CHANNEL%s.
sourcepub fn rx_en(&mut self) -> RX_EN_W<'_, 1>
pub fn rx_en(&mut self) -> RX_EN_W<'_, 1>
Bit 1 - Set this bit to enable receiver to receive data on CHANNEL%s.
sourcepub fn mem_wr_rst(&mut self) -> MEM_WR_RST_W<'_, 2>
pub fn mem_wr_rst(&mut self) -> MEM_WR_RST_W<'_, 2>
Bit 2 - Set this bit to reset write ram address for CHANNEL%s by accessing receiver.
sourcepub fn mem_rd_rst(&mut self) -> MEM_RD_RST_W<'_, 3>
pub fn mem_rd_rst(&mut self) -> MEM_RD_RST_W<'_, 3>
Bit 3 - Set this bit to reset read ram address for CHANNEL%s by accessing transmitter.
sourcepub fn apb_mem_rst(&mut self) -> APB_MEM_RST_W<'_, 4>
pub fn apb_mem_rst(&mut self) -> APB_MEM_RST_W<'_, 4>
Bit 4 - Set this bit to reset W/R ram address for CHANNEL%s by accessing apb fifo.
sourcepub fn mem_owner(&mut self) -> MEM_OWNER_W<'_, 5>
pub fn mem_owner(&mut self) -> MEM_OWNER_W<'_, 5>
Bit 5 - This register marks the ownership of CHANNEL%s’s ram block. 1’h1: Receiver is using the ram. 1’h0: Transmitter is using the ram.
sourcepub fn tx_conti_mode(&mut self) -> TX_CONTI_MODE_W<'_, 6>
pub fn tx_conti_mode(&mut self) -> TX_CONTI_MODE_W<'_, 6>
Bit 6 - Set this bit to restart transmission from the first data to the last data in CHANNEL%s.
sourcepub fn rx_filter_en(&mut self) -> RX_FILTER_EN_W<'_, 7>
pub fn rx_filter_en(&mut self) -> RX_FILTER_EN_W<'_, 7>
Bit 7 - This is the receive filter’s enable bit for CHANNEL%s.
sourcepub fn rx_filter_thres(&mut self) -> RX_FILTER_THRES_W<'_, 8>
pub fn rx_filter_thres(&mut self) -> RX_FILTER_THRES_W<'_, 8>
Bits 8:15 - Ignores the input pulse when its width is smaller than this register value in APB clock periods (in receive mode).
sourcepub fn chk_rx_carrier_en(&mut self) -> CHK_RX_CARRIER_EN_W<'_, 16>
pub fn chk_rx_carrier_en(&mut self) -> CHK_RX_CARRIER_EN_W<'_, 16>
Bit 16 - Set this bit to enable memory loop read mode when carrier modulation is enabled for channel %s.
sourcepub fn ref_always_on(&mut self) -> REF_ALWAYS_ON_W<'_, 17>
pub fn ref_always_on(&mut self) -> REF_ALWAYS_ON_W<'_, 17>
Bit 17 - This bit is used to select the base clock for CHANNEL%s. 1’h1: clk_apb 1’h0:clk_ref
sourcepub fn idle_out_lv(&mut self) -> IDLE_OUT_LV_W<'_, 18>
pub fn idle_out_lv(&mut self) -> IDLE_OUT_LV_W<'_, 18>
Bit 18 - This bit configures the level of output signal in CHANNEL%s when the latter is in IDLE state.
sourcepub fn idle_out_en(&mut self) -> IDLE_OUT_EN_W<'_, 19>
pub fn idle_out_en(&mut self) -> IDLE_OUT_EN_W<'_, 19>
Bit 19 - This is the output enable-control bit for CHANNEL%s in IDLE state.