Struct esp32c3::spi2::user::USR_CONF_NXT_R [−][src]
pub struct USR_CONF_NXT_R(_);
Expand description
Field USR_CONF_NXT
reader - 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.
Methods from Deref<Target = FieldReader<bool, bool>>
Returns true
if the bit is clear (0).
Returns true
if the bit is set (1).
Trait Implementations
type Target = FieldReader<bool, bool>
type Target = FieldReader<bool, bool>
The resulting type after dereferencing.