Module lpc55::bootloader
source · [−]Expand description
The bootloader interface
Construct a Bootloader
from a VID/PID pair (optionally a UUID to disambiguate),
then call its methods.
Re-exports
pub use command::Command;
pub use command::KeystoreOperation;
pub use command::Response;
pub use property::GetProperties;
pub use property::Properties;
pub use property::Property;
Modules
Structs
Enums
Bootloader commands return a “status”. The non-zero statii can be split
as
100*group + code
. We map these groups into enum variants, containing
the code interpreted as an error the area.