Available on crate feature
firmware only.Expand description
Transition odes for segment switching.
Structs§
- Ext
- Transition to the next segment automatically when the data in the current segment is finished.
- GPIO
- Transition when the specified GPIO pin is high.
- Immediate
- Transition immediately.
- Later
- Transition later.
- SyncIdx
- Transition when the sampling index in the destination segment is 0.
- SysTime
- Transition when the system time is the specified time.
Traits§
- Transition
Mode - Transition mode between segments.