Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/driver/
Di2s_types_legacy.h29 I2S_BITS_PER_SAMPLE_16BIT = 16, /*!< data bit-width: 16 */ enumerator
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1687 …if ((src_bits == I2S_BITS_PER_SAMPLE_16BIT || src_bits == I2S_BITS_PER_SAMPLE_32BIT) && (size % 2 … in i2s_write_expand()