Module esp32c3::i2s0::rx_conf1

source ·
Expand description

I2S RX configure register 1

Structs§

Type Aliases§

  • Register RX_CONF1 reader
  • Field RX_BCK_DIV_NUM reader - Bit clock configuration bits in receiver mode.
  • Field RX_BCK_DIV_NUM writer - Bit clock configuration bits in receiver mode.
  • Field RX_BITS_MOD reader - Set the bits to configure the valid data bit length of I2S receiver channel. 7: all the valid channel data is in 8-bit-mode. 15: all the valid channel data is in 16-bit-mode. 23: all the valid channel data is in 24-bit-mode. 31:all the valid channel data is in 32-bit-mode.
  • Field RX_BITS_MOD writer - Set the bits to configure the valid data bit length of I2S receiver channel. 7: all the valid channel data is in 8-bit-mode. 15: all the valid channel data is in 16-bit-mode. 23: all the valid channel data is in 24-bit-mode. 31:all the valid channel data is in 32-bit-mode.
  • Field RX_HALF_SAMPLE_BITS reader - I2S Rx half sample bits -1.
  • Field RX_HALF_SAMPLE_BITS writer - I2S Rx half sample bits -1.
  • Field RX_MSB_SHIFT reader - Set this bit to enable receiver in Phillips standard mode
  • Field RX_MSB_SHIFT writer - Set this bit to enable receiver in Phillips standard mode
  • Field RX_TDM_CHAN_BITS reader - The Rx bit number for each channel minus 1in TDM mode.
  • Field RX_TDM_CHAN_BITS writer - The Rx bit number for each channel minus 1in TDM mode.
  • Field RX_TDM_WS_WIDTH reader - The width of rx_ws_out in TDM mode is (I2S_RX_TDM_WS_WIDTH[6:0] +1) * T_bck
  • Field RX_TDM_WS_WIDTH writer - The width of rx_ws_out in TDM mode is (I2S_RX_TDM_WS_WIDTH[6:0] +1) * T_bck
  • Register RX_CONF1 writer