pub enum LedStripV2BrickletFunction {
Show 26 variants
SetLedValuesLowLevel,
GetLedValuesLowLevel,
SetFrameDuration,
GetFrameDuration,
GetSupplyVoltage,
SetClockFrequency,
GetClockFrequency,
SetChipType,
GetChipType,
SetChannelMapping,
GetChannelMapping,
SetFrameStartedCallbackConfiguration,
GetFrameStartedCallbackConfiguration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackFrameStarted,
}
Variants§
SetLedValuesLowLevel
GetLedValuesLowLevel
SetFrameDuration
GetFrameDuration
GetSupplyVoltage
SetClockFrequency
GetClockFrequency
SetChipType
GetChipType
SetChannelMapping
GetChannelMapping
SetFrameStartedCallbackConfiguration
GetFrameStartedCallbackConfiguration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackFrameStarted
Trait Implementations§
Source§impl From<LedStripV2BrickletFunction> for u8
impl From<LedStripV2BrickletFunction> for u8
Source§fn from(fun: LedStripV2BrickletFunction) -> Self
fn from(fun: LedStripV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LedStripV2BrickletFunction
impl RefUnwindSafe for LedStripV2BrickletFunction
impl Send for LedStripV2BrickletFunction
impl Sync for LedStripV2BrickletFunction
impl Unpin for LedStripV2BrickletFunction
impl UnwindSafe for LedStripV2BrickletFunction
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