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§
- Command
TagDiscriminants Iter - An iterator over the variants of CommandTagDiscriminants
Enums§
- Command
Tag - MCU Bootloader Command Tags
- Command
TagDiscriminants - KeyProv
Operation - Key provisioning operations for device key management.
- KeyProv
User KeyType - User key types for key provisioning operations.
- Trust
Prov Operation - Trust provisioning operations for device security setup.
Traits§
- Command
ToParams - Trait for converting commands to parameters and data phase.