Type Alias esp32c3::i2s0::tx_conf::TX_BIT_ORDER_W

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

Field TX_BIT_ORDER writer - I2S Tx bit endian. 1:small endian, the LSB is sent first. 0:big endian, the MSB is sent first.

Aliased Type§

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