pub struct ContinuousTxTransaction<Raw: TxChannelInternal> { /* private fields */ }
Available on crate feature
unstable
only.Expand description
An in-progress continuous TX transaction
Implementations§
Source§impl<Raw: TxChannelInternal> ContinuousTxTransaction<Raw>
impl<Raw: TxChannelInternal> ContinuousTxTransaction<Raw>
Sourcepub fn stop_next(
self,
) -> Result<Channel<Blocking, Raw>, (Error, Channel<Blocking, Raw>)>
pub fn stop_next( self, ) -> Result<Channel<Blocking, Raw>, (Error, Channel<Blocking, Raw>)>
Stop transaction when the current iteration ends.
Sourcepub fn stop(
self,
) -> Result<Channel<Blocking, Raw>, (Error, Channel<Blocking, Raw>)>
pub fn stop( self, ) -> Result<Channel<Blocking, Raw>, (Error, Channel<Blocking, Raw>)>
Stop transaction as soon as possible.
Sourcepub fn is_loopcount_interrupt_set(&self) -> bool
pub fn is_loopcount_interrupt_set(&self) -> bool
Check if the loopcount
interrupt bit is set