Enum tinkerforge_async::industrial_dual_analog_in_v2_bricklet::IndustrialDualAnalogInV2BrickletFunction
source · pub enum IndustrialDualAnalogInV2BrickletFunction {
Show 29 variants
GetVoltage,
SetVoltageCallbackConfiguration,
GetVoltageCallbackConfiguration,
SetSampleRate,
GetSampleRate,
SetCalibration,
GetCalibration,
GetAdcValues,
SetChannelLedConfig,
GetChannelLedConfig,
SetChannelLedStatusConfig,
GetChannelLedStatusConfig,
GetAllVoltages,
SetAllVoltagesCallbackConfiguration,
GetAllVoltagesCallbackConfiguration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackVoltage,
CallbackAllVoltages,
}Variants§
GetVoltage
SetVoltageCallbackConfiguration
GetVoltageCallbackConfiguration
SetSampleRate
GetSampleRate
SetCalibration
GetCalibration
GetAdcValues
SetChannelLedConfig
GetChannelLedConfig
SetChannelLedStatusConfig
GetChannelLedStatusConfig
GetAllVoltages
SetAllVoltagesCallbackConfiguration
GetAllVoltagesCallbackConfiguration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackVoltage
CallbackAllVoltages
Trait Implementations§
source§impl From<IndustrialDualAnalogInV2BrickletFunction> for u8
impl From<IndustrialDualAnalogInV2BrickletFunction> for u8
source§fn from(fun: IndustrialDualAnalogInV2BrickletFunction) -> Self
fn from(fun: IndustrialDualAnalogInV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for IndustrialDualAnalogInV2BrickletFunction
impl Send for IndustrialDualAnalogInV2BrickletFunction
impl Sync for IndustrialDualAnalogInV2BrickletFunction
impl Unpin for IndustrialDualAnalogInV2BrickletFunction
impl UnwindSafe for IndustrialDualAnalogInV2BrickletFunction
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