Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/driver/deprecated/driver/
Di2s_types_legacy.h49I2S_CHANNEL_MONO = 1, /*!< I2S channel (mono), one channel activated. In this mode, you on… enumerator
/hal_espressif-3.7.0/components/driver/deprecated/
Di2s_legacy.c1065 …slot_cfg->slot_mode = ((ch & 0xFFFF) == I2S_CHANNEL_MONO) ? I2S_SLOT_MODE_MONO : I2S_SLOT_MODE_STE… in i2s_set_clk()