pub enum IsolatorBrickletFunction {
Show 21 variants
GetStatistics,
SetSpitfpBaudrateConfig,
GetSpitfpBaudrateConfig,
SetSpitfpBaudrate,
GetSpitfpBaudrate,
GetIsolatorSpitfpErrorCount,
SetStatisticsCallbackConfiguration,
GetStatisticsCallbackConfiguration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackStatistics,
}
Variants§
GetStatistics
SetSpitfpBaudrateConfig
GetSpitfpBaudrateConfig
SetSpitfpBaudrate
GetSpitfpBaudrate
GetIsolatorSpitfpErrorCount
SetStatisticsCallbackConfiguration
GetStatisticsCallbackConfiguration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackStatistics
Trait Implementations§
Source§impl From<IsolatorBrickletFunction> for u8
impl From<IsolatorBrickletFunction> for u8
Source§fn from(fun: IsolatorBrickletFunction) -> Self
fn from(fun: IsolatorBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IsolatorBrickletFunction
impl RefUnwindSafe for IsolatorBrickletFunction
impl Send for IsolatorBrickletFunction
impl Sync for IsolatorBrickletFunction
impl Unpin for IsolatorBrickletFunction
impl UnwindSafe for IsolatorBrickletFunction
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