pub enum HallEffectV2BrickletFunction {
Show 22 variants
GetMagneticFluxDensity,
SetMagneticFluxDensityCallbackConfiguration,
GetMagneticFluxDensityCallbackConfiguration,
GetCounter,
SetCounterConfig,
GetCounterConfig,
SetCounterCallbackConfiguration,
GetCounterCallbackConfiguration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackMagneticFluxDensity,
CallbackCounter,
}
Variants§
GetMagneticFluxDensity
SetMagneticFluxDensityCallbackConfiguration
GetMagneticFluxDensityCallbackConfiguration
GetCounter
SetCounterConfig
GetCounterConfig
SetCounterCallbackConfiguration
GetCounterCallbackConfiguration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackMagneticFluxDensity
CallbackCounter
Trait Implementations§
Source§impl From<HallEffectV2BrickletFunction> for u8
impl From<HallEffectV2BrickletFunction> for u8
Source§fn from(fun: HallEffectV2BrickletFunction) -> Self
fn from(fun: HallEffectV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for HallEffectV2BrickletFunction
impl RefUnwindSafe for HallEffectV2BrickletFunction
impl Send for HallEffectV2BrickletFunction
impl Sync for HallEffectV2BrickletFunction
impl Unpin for HallEffectV2BrickletFunction
impl UnwindSafe for HallEffectV2BrickletFunction
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