Type Alias esp32c3::spi2::user::USR_CONF_NXT_W

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

Field USR_CONF_NXT writer - 1: Enable the DMA CONF phase of next seg-trans operation, which means seg-trans will continue. 0: The seg-trans will end after the current SPI seg-trans or this is not seg-trans mode. Can be configured in CONF state.

Aliased Type§

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