pub enum SilentStepperBrickFunction {
Show 62 variants
SetMaxVelocity,
GetMaxVelocity,
GetCurrentVelocity,
SetSpeedRamping,
GetSpeedRamping,
FullBrake,
SetCurrentPosition,
GetCurrentPosition,
SetTargetPosition,
GetTargetPosition,
SetSteps,
GetSteps,
GetRemainingSteps,
SetStepConfiguration,
GetStepConfiguration,
DriveForward,
DriveBackward,
Stop,
GetStackInputVoltage,
GetExternalInputVoltage,
SetMotorCurrent,
GetMotorCurrent,
Enable,
Disable,
IsEnabled,
SetBasicConfiguration,
GetBasicConfiguration,
SetSpreadcycleConfiguration,
GetSpreadcycleConfiguration,
SetStealthConfiguration,
GetStealthConfiguration,
SetCoolstepConfiguration,
GetCoolstepConfiguration,
SetMiscConfiguration,
GetMiscConfiguration,
GetDriverStatus,
SetMinimumVoltage,
GetMinimumVoltage,
SetTimeBase,
GetTimeBase,
GetAllData,
SetAllDataPeriod,
GetAllDataPeriod,
SetSpitfpBaudrateConfig,
GetSpitfpBaudrateConfig,
GetSendTimeoutCount,
SetSpitfpBaudrate,
GetSpitfpBaudrate,
GetSpitfpErrorCount,
EnableStatusLed,
DisableStatusLed,
IsStatusLedEnabled,
GetProtocol1BrickletName,
GetChipTemperature,
Reset,
WriteBrickletPlugin,
ReadBrickletPlugin,
GetIdentity,
CallbackUnderVoltage,
CallbackPositionReached,
CallbackAllData,
CallbackNewState,
}
Variants§
SetMaxVelocity
GetMaxVelocity
GetCurrentVelocity
SetSpeedRamping
GetSpeedRamping
FullBrake
SetCurrentPosition
GetCurrentPosition
SetTargetPosition
GetTargetPosition
SetSteps
GetSteps
GetRemainingSteps
SetStepConfiguration
GetStepConfiguration
DriveForward
DriveBackward
Stop
GetStackInputVoltage
GetExternalInputVoltage
SetMotorCurrent
GetMotorCurrent
Enable
Disable
IsEnabled
SetBasicConfiguration
GetBasicConfiguration
SetSpreadcycleConfiguration
GetSpreadcycleConfiguration
SetStealthConfiguration
GetStealthConfiguration
SetCoolstepConfiguration
GetCoolstepConfiguration
SetMiscConfiguration
GetMiscConfiguration
GetDriverStatus
SetMinimumVoltage
GetMinimumVoltage
SetTimeBase
GetTimeBase
GetAllData
SetAllDataPeriod
GetAllDataPeriod
SetSpitfpBaudrateConfig
GetSpitfpBaudrateConfig
GetSendTimeoutCount
SetSpitfpBaudrate
GetSpitfpBaudrate
GetSpitfpErrorCount
EnableStatusLed
DisableStatusLed
IsStatusLedEnabled
GetProtocol1BrickletName
GetChipTemperature
Reset
WriteBrickletPlugin
ReadBrickletPlugin
GetIdentity
CallbackUnderVoltage
CallbackPositionReached
CallbackAllData
CallbackNewState
Trait Implementations§
Source§impl From<SilentStepperBrickFunction> for u8
impl From<SilentStepperBrickFunction> for u8
Source§fn from(fun: SilentStepperBrickFunction) -> Self
fn from(fun: SilentStepperBrickFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SilentStepperBrickFunction
impl RefUnwindSafe for SilentStepperBrickFunction
impl Send for SilentStepperBrickFunction
impl Sync for SilentStepperBrickFunction
impl Unpin for SilentStepperBrickFunction
impl UnwindSafe for SilentStepperBrickFunction
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