esp32s2::i2s0

Module sample_rate_conf

Source
Expand description

I2S sample rate register

Structs§

Type Aliases§

  • Register SAMPLE_RATE_CONF 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 bit length of I2S receiver channel, the value of which can only be 8, 16, 24 and 32.
  • Field RX_BITS_MOD writer - Set the bits to configure bit length of I2S receiver channel, the value of which can only be 8, 16, 24 and 32.
  • Field TX_BCK_DIV_NUM reader - Bit clock configuration bits in transmitter mode.
  • Field TX_BCK_DIV_NUM writer - Bit clock configuration bits in transmitter mode.
  • Field TX_BITS_MOD reader - Set the bits to configure bit length of I2S transmitter channel, the value of which can only be 8, 16, 24 and 32.
  • Field TX_BITS_MOD writer - Set the bits to configure bit length of I2S transmitter channel, the value of which can only be 8, 16, 24 and 32.
  • Register SAMPLE_RATE_CONF writer