pub enum AnalogInV3BrickletFunction {
Show 20 variants
GetVoltage,
SetVoltageCallbackConfiguration,
GetVoltageCallbackConfiguration,
SetOversampling,
GetOversampling,
SetCalibration,
GetCalibration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackVoltage,
}Variants§
GetVoltage
SetVoltageCallbackConfiguration
GetVoltageCallbackConfiguration
SetOversampling
GetOversampling
SetCalibration
GetCalibration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackVoltage
Trait Implementations§
source§impl From<AnalogInV3BrickletFunction> for u8
impl From<AnalogInV3BrickletFunction> for u8
source§fn from(fun: AnalogInV3BrickletFunction) -> Self
fn from(fun: AnalogInV3BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for AnalogInV3BrickletFunction
impl Send for AnalogInV3BrickletFunction
impl Sync for AnalogInV3BrickletFunction
impl Unpin for AnalogInV3BrickletFunction
impl UnwindSafe for AnalogInV3BrickletFunction
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