embassy-stm32-wpan

Crates

git

Versions

default

Flavors

embassy_stm32_wpan::shci

Enum ShciOpcode

Source
pub enum ShciOpcode {
Show 30 variants FusGetState = 64_594, FusFirmwareUpgrade = 64_596, FusFirmwareDelete = 64_597, FusUpdateAuthKey = 64_598, FusLockAuthKey = 64_599, FusStoreUserKey = 64_600, FusLoadUserKey = 64_601, FusStartWirelessStack = 64_602, FusLockUserKey = 64_605, FusUnloadUserKey = 64_606, FusActivateAntirollback = 64_607, BleInit = 64_614, ThreadInit = 64_615, DebugInit = 64_616, FlashEraseActivity = 64_617, ConcurrentSetMode = 64_618, FlashStoreData = 64_619, FlashEraseData = 64_620, RadioAllowLowPower = 64_621, Mac802_15_4Init = 64_622, ReInit = 64_623, ZigbeeInit = 64_624, LldTestsInit = 64_625, ExtraConfig = 64_626, SetFlashActivityControl = 64_627, BleLldInit = 64_628, Config = 64_629, ConcurrentGetNextBleEvtTime = 64_630, ConcurrentEnableNext802_15_4EvtNotification = 64_631, Mac802_15_4DeInit = 64_632,
}

Variants§

§

FusGetState = 64_594

§

FusFirmwareUpgrade = 64_596

§

FusFirmwareDelete = 64_597

§

FusUpdateAuthKey = 64_598

§

FusLockAuthKey = 64_599

§

FusStoreUserKey = 64_600

§

FusLoadUserKey = 64_601

§

FusStartWirelessStack = 64_602

§

FusLockUserKey = 64_605

§

FusUnloadUserKey = 64_606

§

FusActivateAntirollback = 64_607

§

BleInit = 64_614

§

ThreadInit = 64_615

§

DebugInit = 64_616

§

FlashEraseActivity = 64_617

§

ConcurrentSetMode = 64_618

§

FlashStoreData = 64_619

§

FlashEraseData = 64_620

§

RadioAllowLowPower = 64_621

§

Mac802_15_4Init = 64_622

§

ReInit = 64_623

§

ZigbeeInit = 64_624

§

LldTestsInit = 64_625

§

ExtraConfig = 64_626

§

SetFlashActivityControl = 64_627

§

BleLldInit = 64_628

§

Config = 64_629

§

ConcurrentGetNextBleEvtTime = 64_630

§

ConcurrentEnableNext802_15_4EvtNotification = 64_631

§

Mac802_15_4DeInit = 64_632

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.