Type Alias esp32c3::i2s0::tx_conf::TX_WS_IDLE_POL_W

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

Field TX_WS_IDLE_POL writer - 0: WS should be 0 when sending left channel data, and WS is 1in right channel. 1: WS should be 1 when sending left channel data, and WS is 0in right channel.

Aliased Type§

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