Re-exports§
pub use boot::BootImage;
pub use ota::OTAImage;
pub use ota::SubImage;
pub use pt::PartTab;
pub use pt::PartitionTableImage;
pub use pt::Record;
pub use pt::TrapConfig;
Modules§
Enums§
- A generic enum representing either encrypted or plain data.
Traits§
- A trait that provides common functionality for image-like objects, such as computing and setting the segment size and signature.
Functions§
- Builds the signature for a given image.
- Builds the segment size for a given image.
- Sets the segment size for a given image.
- Sets the signature for a given image.