pub enum SilentStepperV2BrickletFunction {
Show 65 variants
SetMaxVelocity,
GetMaxVelocity,
GetCurrentVelocity,
SetSpeedRamping,
GetSpeedRamping,
FullBrake,
SetCurrentPosition,
GetCurrentPosition,
SetTargetPosition,
GetTargetPosition,
SetSteps,
GetSteps,
GetRemainingSteps,
SetStepConfiguration,
GetStepConfiguration,
DriveForward,
DriveBackward,
Stop,
GetInputVoltage,
SetMotorCurrent,
GetMotorCurrent,
SetEnabled,
GetEnabled,
SetBasicConfiguration,
GetBasicConfiguration,
SetSpreadcycleConfiguration,
GetSpreadcycleConfiguration,
SetStealthConfiguration,
GetStealthConfiguration,
SetCoolstepConfiguration,
GetCoolstepConfiguration,
SetMiscConfiguration,
GetMiscConfiguration,
SetErrorLedConfig,
GetErrorLedConfig,
GetDriverStatus,
SetMinimumVoltage,
GetMinimumVoltage,
SetTimeBase,
GetTimeBase,
GetAllData,
SetAllCallbackConfiguration,
GetAllDataCallbackConfiguraton,
SetGpioConfiguration,
GetGpioConfiguration,
SetGpioAction,
GetGpioAction,
GetGpioState,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackUnderVoltage,
CallbackPositionReached,
CallbackAllData,
CallbackNewState,
CallbackGpioState,
}
Variants§
SetMaxVelocity
GetMaxVelocity
GetCurrentVelocity
SetSpeedRamping
GetSpeedRamping
FullBrake
SetCurrentPosition
GetCurrentPosition
SetTargetPosition
GetTargetPosition
SetSteps
GetSteps
GetRemainingSteps
SetStepConfiguration
GetStepConfiguration
DriveForward
DriveBackward
Stop
GetInputVoltage
SetMotorCurrent
GetMotorCurrent
SetEnabled
GetEnabled
SetBasicConfiguration
GetBasicConfiguration
SetSpreadcycleConfiguration
GetSpreadcycleConfiguration
SetStealthConfiguration
GetStealthConfiguration
SetCoolstepConfiguration
GetCoolstepConfiguration
SetMiscConfiguration
GetMiscConfiguration
SetErrorLedConfig
GetErrorLedConfig
GetDriverStatus
SetMinimumVoltage
GetMinimumVoltage
SetTimeBase
GetTimeBase
GetAllData
SetAllCallbackConfiguration
GetAllDataCallbackConfiguraton
SetGpioConfiguration
GetGpioConfiguration
SetGpioAction
GetGpioAction
GetGpioState
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackUnderVoltage
CallbackPositionReached
CallbackAllData
CallbackNewState
CallbackGpioState
Trait Implementations§
Source§impl From<SilentStepperV2BrickletFunction> for u8
impl From<SilentStepperV2BrickletFunction> for u8
Source§fn from(fun: SilentStepperV2BrickletFunction) -> Self
fn from(fun: SilentStepperV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SilentStepperV2BrickletFunction
impl RefUnwindSafe for SilentStepperV2BrickletFunction
impl Send for SilentStepperV2BrickletFunction
impl Sync for SilentStepperV2BrickletFunction
impl Unpin for SilentStepperV2BrickletFunction
impl UnwindSafe for SilentStepperV2BrickletFunction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more