pub struct R(_);
Expand description
Register CONF0
reader
Implementations§
source§impl R
impl R
sourcepub fn ahbm_fifo_rst(&self) -> AHBM_FIFO_RST_R
pub fn ahbm_fifo_rst(&self) -> AHBM_FIFO_RST_R
Bit 2 - Set this bit to reset dma ahb fifo.
sourcepub fn ahbm_rst(&self) -> AHBM_RST_R
pub fn ahbm_rst(&self) -> AHBM_RST_R
Bit 3 - Set this bit to reset dma ahb interface.
sourcepub fn in_loop_test(&self) -> IN_LOOP_TEST_R
pub fn in_loop_test(&self) -> IN_LOOP_TEST_R
Bit 4 - Set this bit to enable loop test for in links.
sourcepub fn out_loop_test(&self) -> OUT_LOOP_TEST_R
pub fn out_loop_test(&self) -> OUT_LOOP_TEST_R
Bit 5 - Set this bit to enable loop test for out links.
sourcepub fn out_auto_wrback(&self) -> OUT_AUTO_WRBACK_R
pub fn out_auto_wrback(&self) -> OUT_AUTO_WRBACK_R
Bit 6 - when in link’s length is 0 go on to use the next in link automatically.
sourcepub fn out_no_restart_clr(&self) -> OUT_NO_RESTART_CLR_R
pub fn out_no_restart_clr(&self) -> OUT_NO_RESTART_CLR_R
Bit 7 - don’t use
sourcepub fn out_eof_mode(&self) -> OUT_EOF_MODE_R
pub fn out_eof_mode(&self) -> OUT_EOF_MODE_R
Bit 8 - Set this bit to produce eof after DMA pops all data clear this bit to produce eof after DMA pushes all data
sourcepub fn uart0_ce(&self) -> UART0_CE_R
pub fn uart0_ce(&self) -> UART0_CE_R
Bit 9 - Set this bit to use UART to transmit or receive data.
sourcepub fn uart1_ce(&self) -> UART1_CE_R
pub fn uart1_ce(&self) -> UART1_CE_R
Bit 10 - Set this bit to use UART1 to transmit or receive data.
sourcepub fn uart2_ce(&self) -> UART2_CE_R
pub fn uart2_ce(&self) -> UART2_CE_R
Bit 11 - Set this bit to use UART2 to transmit or receive data.
sourcepub fn outdscr_burst_en(&self) -> OUTDSCR_BURST_EN_R
pub fn outdscr_burst_en(&self) -> OUTDSCR_BURST_EN_R
Bit 12 - Set this bit to enable DMA in links to use burst mode.
sourcepub fn indscr_burst_en(&self) -> INDSCR_BURST_EN_R
pub fn indscr_burst_en(&self) -> INDSCR_BURST_EN_R
Bit 13 - Set this bit to enable DMA out links to use burst mode.
sourcepub fn out_data_burst_en(&self) -> OUT_DATA_BURST_EN_R
pub fn out_data_burst_en(&self) -> OUT_DATA_BURST_EN_R
Bit 14 - Set this bit to enable DMA burst MODE
sourcepub fn mem_trans_en(&self) -> MEM_TRANS_EN_R
pub fn mem_trans_en(&self) -> MEM_TRANS_EN_R
Bit 15
sourcepub fn seper_en(&self) -> SEPER_EN_R
pub fn seper_en(&self) -> SEPER_EN_R
Bit 16 - Set this bit to use special char to separate the data frame.
sourcepub fn head_en(&self) -> HEAD_EN_R
pub fn head_en(&self) -> HEAD_EN_R
Bit 17 - Set this bit to enable to use head packet before the data frame.
sourcepub fn crc_rec_en(&self) -> CRC_REC_EN_R
pub fn crc_rec_en(&self) -> CRC_REC_EN_R
Bit 18 - Set this bit to enable receiver’’s ability of crc calculation when crc_en bit in head packet is 1 then there will be crc bytes after data_frame
sourcepub fn uart_idle_eof_en(&self) -> UART_IDLE_EOF_EN_R
pub fn uart_idle_eof_en(&self) -> UART_IDLE_EOF_EN_R
Bit 19 - Set this bit to enable to use idle time when the idle time after data frame is satisfied this means the end of a data frame.
sourcepub fn len_eof_en(&self) -> LEN_EOF_EN_R
pub fn len_eof_en(&self) -> LEN_EOF_EN_R
Bit 20 - Set this bit to enable to use packet_len in packet head when the received data is equal to packet_len this means the end of a data frame.
sourcepub fn encode_crc_en(&self) -> ENCODE_CRC_EN_R
pub fn encode_crc_en(&self) -> ENCODE_CRC_EN_R
Bit 21 - Set this bit to enable crc calculation for data frame when bit6 in the head packet is 1.
sourcepub fn clk_en(&self) -> CLK_EN_R
pub fn clk_en(&self) -> CLK_EN_R
Bit 22 - Set this bit to enable clock-gating for read or write registers.
sourcepub fn uart_rx_brk_eof_en(&self) -> UART_RX_BRK_EOF_EN_R
pub fn uart_rx_brk_eof_en(&self) -> UART_RX_BRK_EOF_EN_R
Bit 23 - Set this bit to enable to use brk char as the end of a data frame.