pub type W = W<CONF0_SPEC>;
Expand description
Register CONF0
writer
Aliased Type§
pub struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn parity(&mut self) -> PARITY_W<'_, CONF0_SPEC>
pub fn parity(&mut self) -> PARITY_W<'_, CONF0_SPEC>
Bit 0 - This register is used to configure the parity check mode. 0: even. 1: odd.
Sourcepub fn parity_en(&mut self) -> PARITY_EN_W<'_, CONF0_SPEC>
pub fn parity_en(&mut self) -> PARITY_EN_W<'_, CONF0_SPEC>
Bit 1 - Set this bit to enable UART parity check.
Sourcepub fn bit_num(&mut self) -> BIT_NUM_W<'_, CONF0_SPEC>
pub fn bit_num(&mut self) -> BIT_NUM_W<'_, CONF0_SPEC>
Bits 2:3 - This register is used to set the length of data. 0: 5 bits. 1: 6 bits. 2: 7 bits. 3: 8 bits.
Sourcepub fn stop_bit_num(&mut self) -> STOP_BIT_NUM_W<'_, CONF0_SPEC>
pub fn stop_bit_num(&mut self) -> STOP_BIT_NUM_W<'_, CONF0_SPEC>
Bits 4:5 - This register is used to set the length of stop bit. 1: 1 bit. 2: 1.5 bits. 3: 2 bits.
Sourcepub fn sw_rts(&mut self) -> SW_RTS_W<'_, CONF0_SPEC>
pub fn sw_rts(&mut self) -> SW_RTS_W<'_, CONF0_SPEC>
Bit 6 - This register is used to configure the software RTS signal which is used in software flow control.
Sourcepub fn sw_dtr(&mut self) -> SW_DTR_W<'_, CONF0_SPEC>
pub fn sw_dtr(&mut self) -> SW_DTR_W<'_, CONF0_SPEC>
Bit 7 - This register is used to configure the software DTR signal which is used in software flow control.
Sourcepub fn txd_brk(&mut self) -> TXD_BRK_W<'_, CONF0_SPEC>
pub fn txd_brk(&mut self) -> TXD_BRK_W<'_, CONF0_SPEC>
Bit 8 - Set this bit to enable the transmitter to send NULL characters when the process of sending data is done.
Sourcepub fn irda_dplx(&mut self) -> IRDA_DPLX_W<'_, CONF0_SPEC>
pub fn irda_dplx(&mut self) -> IRDA_DPLX_W<'_, CONF0_SPEC>
Bit 9 - Set this bit to enable IrDA loopback mode.
Sourcepub fn irda_tx_en(&mut self) -> IRDA_TX_EN_W<'_, CONF0_SPEC>
pub fn irda_tx_en(&mut self) -> IRDA_TX_EN_W<'_, CONF0_SPEC>
Bit 10 - This is the start enable bit for IrDA transmitter.
Sourcepub fn irda_wctl(&mut self) -> IRDA_WCTL_W<'_, CONF0_SPEC>
pub fn irda_wctl(&mut self) -> IRDA_WCTL_W<'_, CONF0_SPEC>
Bit 11 - 1: The IrDA transmitter’s 11th bit is the same as 10th bit. 0: Set IrDA transmitter’s 11th bit to 0.
Sourcepub fn irda_tx_inv(&mut self) -> IRDA_TX_INV_W<'_, CONF0_SPEC>
pub fn irda_tx_inv(&mut self) -> IRDA_TX_INV_W<'_, CONF0_SPEC>
Bit 12 - Set this bit to invert the level of IrDA transmitter.
Sourcepub fn irda_rx_inv(&mut self) -> IRDA_RX_INV_W<'_, CONF0_SPEC>
pub fn irda_rx_inv(&mut self) -> IRDA_RX_INV_W<'_, CONF0_SPEC>
Bit 13 - Set this bit to invert the level of IrDA receiver.
Sourcepub fn loopback(&mut self) -> LOOPBACK_W<'_, CONF0_SPEC>
pub fn loopback(&mut self) -> LOOPBACK_W<'_, CONF0_SPEC>
Bit 14 - Set this bit to enable UART loopback test mode.
Sourcepub fn tx_flow_en(&mut self) -> TX_FLOW_EN_W<'_, CONF0_SPEC>
pub fn tx_flow_en(&mut self) -> TX_FLOW_EN_W<'_, CONF0_SPEC>
Bit 15 - Set this bit to enable flow control function for the transmitter.
Sourcepub fn irda_en(&mut self) -> IRDA_EN_W<'_, CONF0_SPEC>
pub fn irda_en(&mut self) -> IRDA_EN_W<'_, CONF0_SPEC>
Bit 16 - Set this bit to enable IrDA protocol.
Sourcepub fn rxfifo_rst(&mut self) -> RXFIFO_RST_W<'_, CONF0_SPEC>
pub fn rxfifo_rst(&mut self) -> RXFIFO_RST_W<'_, CONF0_SPEC>
Bit 17 - Set this bit to reset the UART RX FIFO.
Sourcepub fn txfifo_rst(&mut self) -> TXFIFO_RST_W<'_, CONF0_SPEC>
pub fn txfifo_rst(&mut self) -> TXFIFO_RST_W<'_, CONF0_SPEC>
Bit 18 - Set this bit to reset the UART TX FIFO.
Sourcepub fn rxd_inv(&mut self) -> RXD_INV_W<'_, CONF0_SPEC>
pub fn rxd_inv(&mut self) -> RXD_INV_W<'_, CONF0_SPEC>
Bit 19 - Set this bit to invert the level of UART RXD signal.
Sourcepub fn cts_inv(&mut self) -> CTS_INV_W<'_, CONF0_SPEC>
pub fn cts_inv(&mut self) -> CTS_INV_W<'_, CONF0_SPEC>
Bit 20 - Set this bit to invert the level of UART CTS signal.
Sourcepub fn dsr_inv(&mut self) -> DSR_INV_W<'_, CONF0_SPEC>
pub fn dsr_inv(&mut self) -> DSR_INV_W<'_, CONF0_SPEC>
Bit 21 - Set this bit to invert the level of UART DSR signal.
Sourcepub fn txd_inv(&mut self) -> TXD_INV_W<'_, CONF0_SPEC>
pub fn txd_inv(&mut self) -> TXD_INV_W<'_, CONF0_SPEC>
Bit 22 - Set this bit to invert the level of UART TXD signal.
Sourcepub fn rts_inv(&mut self) -> RTS_INV_W<'_, CONF0_SPEC>
pub fn rts_inv(&mut self) -> RTS_INV_W<'_, CONF0_SPEC>
Bit 23 - Set this bit to invert the level of UART RTS signal.
Sourcepub fn dtr_inv(&mut self) -> DTR_INV_W<'_, CONF0_SPEC>
pub fn dtr_inv(&mut self) -> DTR_INV_W<'_, CONF0_SPEC>
Bit 24 - Set this bit to invert the level of UART DTR signal.
Sourcepub fn clk_en(&mut self) -> CLK_EN_W<'_, CONF0_SPEC>
pub fn clk_en(&mut self) -> CLK_EN_W<'_, CONF0_SPEC>
Bit 25 - 1: Force clock on for registers. 0: Support clock only when application writes registers.
Sourcepub fn err_wr_mask(&mut self) -> ERR_WR_MASK_W<'_, CONF0_SPEC>
pub fn err_wr_mask(&mut self) -> ERR_WR_MASK_W<'_, CONF0_SPEC>
Bit 26 - 1: The receiver stops storing data into FIFO when data is wrong. 0: The receiver stores the data even if the received data is wrong.
Sourcepub fn tick_ref_always_on(&mut self) -> TICK_REF_ALWAYS_ON_W<'_, CONF0_SPEC>
pub fn tick_ref_always_on(&mut self) -> TICK_REF_ALWAYS_ON_W<'_, CONF0_SPEC>
Bit 27 - This register is used to select the clock. 1: APB_CLK. 0: REF_TICK.
Sourcepub fn mem_clk_en(&mut self) -> MEM_CLK_EN_W<'_, CONF0_SPEC>
pub fn mem_clk_en(&mut self) -> MEM_CLK_EN_W<'_, CONF0_SPEC>
Bit 28 - The signal to enable UART RAM clock gating. 1: UART RAM powers on, the data of which can be read and written. 0: UART RAM powers down.