Home
last modified time | relevance | path

Searched refs:I2S_BITS_PER_SAMPLE_32BIT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/driver/deprecated/driver/
Di2s_types_legacy.h31 I2S_BITS_PER_SAMPLE_32BIT = 32, /*!< data bit-width: 32 */ enumerator
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1064 …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()