Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/driver/
Di2s_types_legacy.h28 I2S_BITS_PER_SAMPLE_8BIT = 8, /*!< data bit-width: 8 */ enumerator
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1679 if (src_bits < I2S_BITS_PER_SAMPLE_8BIT || aim_bits < I2S_BITS_PER_SAMPLE_8BIT) { in i2s_write_expand()