Searched refs:I2S_BITS_PER_SAMPLE_32BIT (Results 1 – 2 of 2) sorted by relevance
31 I2S_BITS_PER_SAMPLE_32BIT = 32, /*!< data bit-width: 32 */ enumerator
1064 …ESP_RETURN_ON_FALSE(((int)slot_cfg->slot_bit_width <= (int)I2S_BITS_PER_SAMPLE_32BIT), ESP_ERR_INV… in i2s_set_clk()1683 if (src_bits > I2S_BITS_PER_SAMPLE_32BIT || aim_bits > I2S_BITS_PER_SAMPLE_32BIT) { in i2s_write_expand()1687 …if ((src_bits == I2S_BITS_PER_SAMPLE_16BIT || src_bits == I2S_BITS_PER_SAMPLE_32BIT) && (size % 2 … in i2s_write_expand()