[−][src]Module step_dir::step_mode
Types related to working with a driver's microstepping mode
Structs
InvalidStepModeError | Indicates that a given step mode value did not represent a valid step mode |
Iter2 | An iterator over the variants of |
Iter4 | An iterator over the variants of |
Iter8 | An iterator over the variants of |
Iter16 | An iterator over the variants of |
Iter32 | An iterator over the variants of |
Iter64 | An iterator over the variants of |
Iter128 | An iterator over the variants of |
Iter256 | An iterator over the variants of |
Enums
StepMode2 | Defines the microstepping mode for drivers with a resolution of up to 2 microsteps |
StepMode4 | Defines the microstepping mode for drivers with a resolution of up to 4 microsteps |
StepMode8 | Defines the microstepping mode for drivers with a resolution of up to 8 microsteps |
StepMode16 | Defines the microstepping mode for drivers with a resolution of up to 16 microsteps |
StepMode32 | Defines the microstepping mode for drivers with a resolution of up to 32 microsteps |
StepMode64 | Defines the microstepping mode for drivers with a resolution of up to 64 microsteps |
StepMode128 | Defines the microstepping mode for drivers with a resolution of up to 128 microsteps |
StepMode256 | Defines the microstepping mode for drivers with a resolution of up to 256 microsteps |
Traits
StepMode | Implemented for all step mode enums |