pub enum MotorizedLinearPotiBrickletFunction {
Show 22 variants
GetPosition,
SetPositionCallbackConfiguration,
GetPositionCallbackConfiguration,
SetMotorPosition,
GetMotorPosition,
Calibrate,
SetPositionReachedCallbackConfiguration,
GetPositionReachedCallbackConfiguration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackPosition,
CallbackPositionReached,
}
Variants§
GetPosition
SetPositionCallbackConfiguration
GetPositionCallbackConfiguration
SetMotorPosition
GetMotorPosition
Calibrate
SetPositionReachedCallbackConfiguration
GetPositionReachedCallbackConfiguration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackPosition
CallbackPositionReached
Trait Implementations§
Source§impl From<MotorizedLinearPotiBrickletFunction> for u8
impl From<MotorizedLinearPotiBrickletFunction> for u8
Source§fn from(fun: MotorizedLinearPotiBrickletFunction) -> Self
fn from(fun: MotorizedLinearPotiBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MotorizedLinearPotiBrickletFunction
impl RefUnwindSafe for MotorizedLinearPotiBrickletFunction
impl Send for MotorizedLinearPotiBrickletFunction
impl Sync for MotorizedLinearPotiBrickletFunction
impl Unpin for MotorizedLinearPotiBrickletFunction
impl UnwindSafe for MotorizedLinearPotiBrickletFunction
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