Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Di2s_hal.c127 …bool is_copy_mono = slot_cfg->slot_mode == I2S_SLOT_MODE_MONO && slot_cfg->std.slot_mask == I2S_ST… in i2s_hal_std_set_tx_slot() local
128 i2s_ll_tx_enable_mono_mode(hal->dev, is_copy_mono); in i2s_hal_std_set_tx_slot()
129 i2s_ll_tx_select_std_slot(hal->dev, is_copy_mono ? I2S_STD_SLOT_LEFT : slot_cfg->std.slot_mask); in i2s_hal_std_set_tx_slot()