Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/driver/
Di2s_types_legacy.h220 i2s_channel_fmt_t channel_format; /*!< I2S channel format.*/ member
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1251 if (i2s_config->channel_format == I2S_CHANNEL_FMT_MULTIPLE) { in i2s_mode_identify()
1273 p_i2s[i2s_num]->slot_cfg.slot_mode = i2s_config->channel_format < I2S_CHANNEL_FMT_ONLY_RIGHT ? in i2s_config_transfer()
1290 if (i2s_config->channel_format == I2S_CHANNEL_FMT_RIGHT_LEFT) { in i2s_config_transfer()
1292 } else if (i2s_config->channel_format == I2S_CHANNEL_FMT_ALL_LEFT || in i2s_config_transfer()
1293 i2s_config->channel_format == I2S_CHANNEL_FMT_ONLY_LEFT) { in i2s_config_transfer()