Expand description
Types related to working with a driver’s microstepping mode
Structs§
- Invalid
Step Mode Error - Indicates that a given step mode value did not represent a valid step mode
- Iter2
- An iterator over the variants of
StepMode2
- Iter4
- An iterator over the variants of
StepMode4
- Iter8
- An iterator over the variants of
StepMode8
- Iter16
- An iterator over the variants of
StepMode16
- Iter32
- An iterator over the variants of
StepMode32
- Iter64
- An iterator over the variants of
StepMode64
- Iter128
- An iterator over the variants of
StepMode128
- Iter256
- An iterator over the variants of
StepMode256
Enums§
- Step
Mode2 - Defines the microstepping mode for drivers with a resolution of up to 2 microsteps
- Step
Mode4 - Defines the microstepping mode for drivers with a resolution of up to 4 microsteps
- Step
Mode8 - Defines the microstepping mode for drivers with a resolution of up to 8 microsteps
- Step
Mode16 - Defines the microstepping mode for drivers with a resolution of up to 16 microsteps
- Step
Mode32 - Defines the microstepping mode for drivers with a resolution of up to 32 microsteps
- Step
Mode64 - Defines the microstepping mode for drivers with a resolution of up to 64 microsteps
- Step
Mode128 - Defines the microstepping mode for drivers with a resolution of up to 128 microsteps
- Step
Mode256 - Defines the microstepping mode for drivers with a resolution of up to 256 microsteps
Traits§
- Step
Mode - Implemented for all step mode enums