pub struct R(_);
Expand description
Register CONF0
reader
Implementations§
§impl R
impl R
pub fn ahbm_fifo_rst(&self) -> BitReaderRaw<bool>
pub fn ahbm_fifo_rst(&self) -> BitReaderRaw<bool>
Bit 2 - Set this bit to reset dma ahb fifo.
pub fn in_loop_test(&self) -> BitReaderRaw<bool>
pub fn in_loop_test(&self) -> BitReaderRaw<bool>
Bit 4 - Set this bit to enable loop test for in links.
pub fn out_loop_test(&self) -> BitReaderRaw<bool>
pub fn out_loop_test(&self) -> BitReaderRaw<bool>
Bit 5 - Set this bit to enable loop test for out links.
pub fn out_auto_wrback(&self) -> BitReaderRaw<bool>
pub fn out_auto_wrback(&self) -> BitReaderRaw<bool>
Bit 6 - when in link’s length is 0 go on to use the next in link automatically.
pub fn out_no_restart_clr(&self) -> BitReaderRaw<bool>
pub fn out_no_restart_clr(&self) -> BitReaderRaw<bool>
Bit 7 - don’t use
pub fn out_eof_mode(&self) -> BitReaderRaw<bool>
pub fn out_eof_mode(&self) -> BitReaderRaw<bool>
Bit 8 - Set this bit to produce eof after DMA pops all data clear this bit to produce eof after DMA pushes all data
pub fn uart0_ce(&self) -> BitReaderRaw<bool>
pub fn uart0_ce(&self) -> BitReaderRaw<bool>
Bit 9 - Set this bit to use UART to transmit or receive data.
pub fn uart1_ce(&self) -> BitReaderRaw<bool>
pub fn uart1_ce(&self) -> BitReaderRaw<bool>
Bit 10 - Set this bit to use UART1 to transmit or receive data.
pub fn uart2_ce(&self) -> BitReaderRaw<bool>
pub fn uart2_ce(&self) -> BitReaderRaw<bool>
Bit 11 - Set this bit to use UART2 to transmit or receive data.
pub fn outdscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn outdscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 12 - Set this bit to enable DMA in links to use burst mode.
pub fn indscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn indscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 13 - Set this bit to enable DMA out links to use burst mode.
pub fn out_data_burst_en(&self) -> BitReaderRaw<bool>
pub fn out_data_burst_en(&self) -> BitReaderRaw<bool>
Bit 14 - Set this bit to enable DMA burst MODE
pub fn mem_trans_en(&self) -> BitReaderRaw<bool>
pub fn mem_trans_en(&self) -> BitReaderRaw<bool>
Bit 15
pub fn seper_en(&self) -> BitReaderRaw<bool>
pub fn seper_en(&self) -> BitReaderRaw<bool>
Bit 16 - Set this bit to use special char to separate the data frame.
pub fn head_en(&self) -> BitReaderRaw<bool>
pub fn head_en(&self) -> BitReaderRaw<bool>
Bit 17 - Set this bit to enable to use head packet before the data frame.
pub fn crc_rec_en(&self) -> BitReaderRaw<bool>
pub fn crc_rec_en(&self) -> BitReaderRaw<bool>
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
pub fn uart_idle_eof_en(&self) -> BitReaderRaw<bool>
pub fn uart_idle_eof_en(&self) -> BitReaderRaw<bool>
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.
pub fn len_eof_en(&self) -> BitReaderRaw<bool>
pub fn len_eof_en(&self) -> BitReaderRaw<bool>
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.
pub fn encode_crc_en(&self) -> BitReaderRaw<bool>
pub fn encode_crc_en(&self) -> BitReaderRaw<bool>
Bit 21 - Set this bit to enable crc calculation for data frame when bit6 in the head packet is 1.
pub fn clk_en(&self) -> BitReaderRaw<bool>
pub fn clk_en(&self) -> BitReaderRaw<bool>
Bit 22 - Set this bit to enable clock-gating for read or write registers.
pub fn uart_rx_brk_eof_en(&self) -> BitReaderRaw<bool>
pub fn uart_rx_brk_eof_en(&self) -> BitReaderRaw<bool>
Bit 23 - Set this bit to enable to use brk char as the end of a data frame.
Methods from Deref<Target = R<CONF0_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.