Module command

Module command 

Source
Expand description

MCU Bootloader command tag definitions and operations.

This module contains the definitions for bootloader commands that can be sent to the device to perform various operations including memory management, flash operations, device control, security operations, and protocol configuration. Commands are identified by numeric tags and contain parameters specific to each operation type.

Structs§

CommandTagDiscriminantsIter
An iterator over the variants of CommandTagDiscriminants

Enums§

CommandTag
MCU Bootloader Command Tags
CommandTagDiscriminants
KeyProvOperation
Key provisioning operations for device key management.
KeyProvUserKeyType
User key types for key provisioning operations.
TrustProvOperation
Trust provisioning operations for device security setup.

Traits§

CommandToParams
Trait for converting commands to parameters and data phase.