pub enum SoundPressureLevelBrickletFunction {
Show 22 variants
GetDecibel,
SetDecibelCallbackConfiguration,
GetDecibelCallbackConfiguration,
GetSpectrumLowLevel,
SetSpectrumCallbackConfiguration,
GetSpectrumCallbackConfiguration,
SetConfiguration,
GetConfiguration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackDecibel,
CallbackSpectrumLowLevel,
}
Variants§
GetDecibel
SetDecibelCallbackConfiguration
GetDecibelCallbackConfiguration
GetSpectrumLowLevel
SetSpectrumCallbackConfiguration
GetSpectrumCallbackConfiguration
SetConfiguration
GetConfiguration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackDecibel
CallbackSpectrumLowLevel
Trait Implementations§
Source§impl From<SoundPressureLevelBrickletFunction> for u8
impl From<SoundPressureLevelBrickletFunction> for u8
Source§fn from(fun: SoundPressureLevelBrickletFunction) -> Self
fn from(fun: SoundPressureLevelBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SoundPressureLevelBrickletFunction
impl RefUnwindSafe for SoundPressureLevelBrickletFunction
impl Send for SoundPressureLevelBrickletFunction
impl Sync for SoundPressureLevelBrickletFunction
impl Unpin for SoundPressureLevelBrickletFunction
impl UnwindSafe for SoundPressureLevelBrickletFunction
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