Module esp32s2::i2s0::conf1

source ·
Expand description

I2S configuration register 1

Structs

Type Aliases

  • Register CONF1 reader
  • Field RX_PCM_BYPASS reader - Set this bit to bypass Compress/Decompress module for received data.
  • Field RX_PCM_BYPASS writer - Set this bit to bypass Compress/Decompress module for received data.
  • Field RX_PCM_CONF reader - Compress/Decompress module configuration bits. 0: decompress received data 1:compress received data
  • Field RX_PCM_CONF writer - Compress/Decompress module configuration bits. 0: decompress received data 1:compress received data
  • Field TX_PCM_BYPASS reader - Set this bit to bypass Compress/Decompress module for transmitted data.
  • Field TX_PCM_BYPASS writer - Set this bit to bypass Compress/Decompress module for transmitted data.
  • Field TX_PCM_CONF reader - Compress/Decompress module configuration bits. 0: decompress transmitted data 1:compress transmitted data
  • Field TX_PCM_CONF writer - Compress/Decompress module configuration bits. 0: decompress transmitted data 1:compress transmitted data
  • Field TX_STOP_EN reader - Set this bit to stop the output of BCK signal and WS signal when TX FIFO is empty.
  • Field TX_STOP_EN writer - Set this bit to stop the output of BCK signal and WS signal when TX FIFO is empty.
  • Field TX_ZEROS_RM_EN reader - Reserved.
  • Field TX_ZEROS_RM_EN writer - Reserved.
  • Register CONF1 writer