Module esp32s2::i2s::lc_conf

source ·
Expand description

I2S DMA configuration register

Structs

I2S DMA configuration register
Register LC_CONF reader
Register LC_CONF writer

Type Definitions

Field AHBM_FIFO_RST reader - Set this bit to reset AHB interface cmdFIFO of DMA. Set this bit before the DMA configuration.
Field AHBM_FIFO_RST writer - Set this bit to reset AHB interface cmdFIFO of DMA. Set this bit before the DMA configuration.
Field AHBM_RST reader - Set this bit to reset AHB interface of DMA. Set this bit before the DMA configuration.
Field AHBM_RST writer - Set this bit to reset AHB interface of DMA. Set this bit before the DMA configuration.
Field CHECK_OWNER reader - Set this bit to enable check owner bit by hardware.
Field CHECK_OWNER writer - Set this bit to enable check owner bit by hardware.
Field EXT_MEM_BK_SIZE reader - DMA access external memory block size. 0: 16 bytes. 1: 32 bytes. 2: 64 bytes. 3: reserved.
Field EXT_MEM_BK_SIZE writer - DMA access external memory block size. 0: 16 bytes. 1: 32 bytes. 2: 64 bytes. 3: reserved.
Field INDSCR_BURST_EN reader - DMA inlink descriptor transfer mode configuration bit. 1: Prepare inlink descriptor with burst mode. 0: Prepare inlink descriptor with byte mode.
Field INDSCR_BURST_EN writer - DMA inlink descriptor transfer mode configuration bit. 1: Prepare inlink descriptor with burst mode. 0: Prepare inlink descriptor with byte mode.
Field IN_LOOP_TEST reader - Set this bit to loop test outlink.
Field IN_LOOP_TEST writer - Set this bit to loop test outlink.
Field IN_RST reader - Set this bit to reset in-DMA FSM. Set this bit before the DMA configuration.
Field IN_RST writer - Set this bit to reset in-DMA FSM. Set this bit before the DMA configuration.
Field MEM_TRANS_EN reader - Reserved.
Field MEM_TRANS_EN writer - Reserved.
Field OUTDSCR_BURST_EN reader - DMA outlink descriptor transfer mode configuration bit. 1: Prepare outlink descriptor with burst mode. 0: Prepare outlink descriptor with byte mode.
Field OUTDSCR_BURST_EN writer - DMA outlink descriptor transfer mode configuration bit. 1: Prepare outlink descriptor with burst mode. 0: Prepare outlink descriptor with byte mode.
Field OUT_AUTO_WRBACK reader - Set this bit to enable outlink-written-back automatically when out buffer is transmitted done.
Field OUT_AUTO_WRBACK writer - Set this bit to enable outlink-written-back automatically when out buffer is transmitted done.
Field OUT_DATA_BURST_EN reader - Transmitter data transfer mode configuration bit. 1: Prepare out data with burst mode. 0: Prepare out data with byte mode.
Field OUT_DATA_BURST_EN writer - Transmitter data transfer mode configuration bit. 1: Prepare out data with burst mode. 0: Prepare out data with byte mode.
Field OUT_EOF_MODE reader - DMA out EOF flag generation mode. 1: When DMA has popped all data from the FIFO. 0: When AHB has pushed all data to the FIFO.
Field OUT_EOF_MODE writer - DMA out EOF flag generation mode. 1: When DMA has popped all data from the FIFO. 0: When AHB has pushed all data to the FIFO.
Field OUT_LOOP_TEST reader - Set this bit to loop test inlink.
Field OUT_LOOP_TEST writer - Set this bit to loop test inlink.
Field OUT_NO_RESTART_CLR reader - Reserved.
Field OUT_NO_RESTART_CLR writer - Reserved.
Field OUT_RST reader - Set this bit to reset out-DMA FSM. Set this bit before the DMA configuration.
Field OUT_RST writer - Set this bit to reset out-DMA FSM. Set this bit before the DMA configuration.