Type Alias esp32c6::trace::trigger::RESTART_ENA_W
source · pub type RESTART_ENA_W<'a, REG> = BitWriter<'a, REG>;
Expand description
Field RESTART_ENA
writer - enable encoder auto-restart, when lost package, the encoder will end, if enable auto-restart, when fifo empty, encoder will restart and send a sync package.
Aliased Type§
struct RESTART_ENA_W<'a, REG> { /* private fields */ }