Type Alias esp32c3::i2s0::rx_conf1::RX_BITS_MOD_W

source ·
pub type RX_BITS_MOD_W<'a, REG> = FieldWriter<'a, REG, 5>;
Expand description

Field RX_BITS_MOD writer - Set the bits to configure the valid data bit length of I2S receiver channel. 7: all the valid channel data is in 8-bit-mode. 15: all the valid channel data is in 16-bit-mode. 23: all the valid channel data is in 24-bit-mode. 31:all the valid channel data is in 32-bit-mode.

Aliased Type§

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