[−][src]Trait step_dir::traits::SetDirection
Implemented by drivers that support controlling the DIR signal
Associated Types
type Dir: OutputPin<Error = Self::Error>
[src]
The type of the DIR pin
type Error
[src]
The error that can occur while using this trait
Associated Constants
const SETUP_TIME: Nanoseconds
[src]
The time that the DIR signal must be held for a change to apply
Required methods
Loading content...Implementors
impl<EnableFault, StandbyReset, Mode1, Mode2, StepMode3, DirMode4, OutputPinError> SetDirection for STSPIN220<EnableFault, StandbyReset, Mode1, Mode2, StepMode3, DirMode4> where
DirMode4: OutputPin<Error = OutputPinError>,
[src]
DirMode4: OutputPin<Error = OutputPinError>,
const SETUP_TIME: Nanoseconds
[src]
type Dir = DirMode4
type Error = OutputPinError
fn dir(&mut self) -> &mut Self::Dir
[src]
impl<Reset, Mode0, Mode1, Mode2, Step, Dir, OutputPinError> SetDirection for DRV8825<(), (), (), Reset, Mode0, Mode1, Mode2, Step, Dir> where
Dir: OutputPin<Error = OutputPinError>,
[src]
Dir: OutputPin<Error = OutputPinError>,