Type Alias esp32c3::i2s0::rx_conf::RX_BIG_ENDIAN_W

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

Field RX_BIG_ENDIAN writer - I2S Rx byte endian, 1: low addr value to high addr. 0: low addr with low addr value.

Aliased Type§

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