Re-exports§
pub use flash::Flash;
pub use flash::Partition;
pub use fst::FST;
pub use header::EntryHeader;
pub use header::ImageHeader;
pub use header::KeyBlock;
pub use header::SectionHeader;
pub use section::Section;
pub use sysctrl::FlashInfo;
pub use sysctrl::ForceOldImage;
pub use sysctrl::SpiConfig;
pub use sysctrl::SystemData;
pub use enums::*;
pub use image::*;
Modules§
Traits§
- A trait for types that can provide their binary size.
- A trait for types that can be deserialized from a stream.
- A trait for types that can be serialized to a stream.
Functions§
- Reads a type from a stream.
- Converts a hexadecimal string into a
DataType
array. - Converts a
DataType
array into a hexadecimal string. - Serializes an object into a vector of bytes.
- Serializes an object into a vector of bytes with an optimized capacity.
- Transfers a type’s data to a stream.
Type Aliases§
DataRefType
is a type alias for an optional reference to a fixed-size array ofu8
bytes.DataType
is a type alias for an optional fixed-size array ofu8
bytes.