Type Alias esp32c3::i2s0::rx_conf::RX_STOP_MODE_W

source ·
pub type RX_STOP_MODE_W<'a, REG> = FieldWriter<'a, REG, 2>;
Expand description

Field RX_STOP_MODE writer - 0 : I2S Rx only stop when reg_rx_start is cleared. 1: Stop when reg_rx_start is 0 or in_suc_eof is 1. 2: Stop I2S RX when reg_rx_start is 0 or RX FIFO is full.

Aliased Type§

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