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::*;pub use nvdm::*;
Modules§
Traits§
- Binary
Size - A trait for types that can provide their binary size.
- From
Stream - A trait for types that can be deserialized from a stream.
- ToStream
- A trait for types that can be serialized to a stream.
Functions§
- from_
stream - Reads a type from a stream.
- key_
from_ hex - Converts a hexadecimal string into a
DataTypearray. - key_
to_ hex - Converts a
DataTypearray into a hexadecimal string. - to_
bytes - Serializes an object into a vector of bytes.
- to_
bytes_ with_ capacity - Serializes an object into a vector of bytes with an optimized capacity.
- transfer_
to - Transfers a type’s data to a stream.
Type Aliases§
- Data
RefType DataRefTypeis a type alias for an optional reference to a fixed-size array ofu8bytes.- Data
Type DataTypeis a type alias for an optional fixed-size array ofu8bytes.