Type Alias esp32c3::i2s0::tx_conf::TX_CHAN_EQUAL_W

source ·
pub type TX_CHAN_EQUAL_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field TX_CHAN_EQUAL writer - 1: The value of Left channel data is equal to the value of right channel data in I2S TX mono mode or TDM channel select mode. 0: The invalid channel data is reg_i2s_single_data in I2S TX mono mode or TDM channel select mode.

Aliased Type§

struct TX_CHAN_EQUAL_W<'a, REG> { /* private fields */ }