Type Alias esp32c3::i2s0::rxeof_num::RX_EOF_NUM_W

source ·
pub type RX_EOF_NUM_W<'a, REG> = FieldWriter<'a, REG, 12, u16>;
Expand description

Field RX_EOF_NUM writer - The receive data bit length is (I2S_RX_BITS_MOD[4:0] + 1) * (REG_RX_EOF_NUM[11:0] + 1) . It will trigger in_suc_eof interrupt in the configured DMA RX channel.

Aliased Type§

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