Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Di2s_types.h42I2S_ROLE_SLAVE /*!< I2S controller slave role, bclk and ws signal will be set to … enumerator
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c965 bool is_tx_slave = p_i2s[i2s_num]->role == I2S_ROLE_SLAVE; in i2s_set_slot_legacy()
1236 p_i2s[i2s_num]->role = I2S_ROLE_SLAVE; in i2s_mode_identify()
1869 if (p_i2s[i2s_num]->role == I2S_ROLE_SLAVE) { in i2s_set_pin()