Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/driver/deprecated/
Di2s_legacy.c1379 uint32_t mx_slot = 32 - __builtin_clz(SLOT_CFG(tdm).slot_mask); in i2s_config_transfer() local
1380 mx_slot = mx_slot < 2 ? 2 : mx_slot; in i2s_config_transfer()
1381 … p_i2s[i2s_num]->total_slot = mx_slot < i2s_config->total_chan ? mx_slot : i2s_config->total_chan; in i2s_config_transfer()