#[repr(u8)]pub enum BootImage {
Show 16 variants
ENUM0 = 0,
ENUM1 = 1,
ENUM2 = 2,
ENUM3 = 3,
ENUM4 = 4,
ENUM5 = 5,
ENUM6 = 6,
ENUM7 = 7,
ENUM8 = 8,
ENUM9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
ENUM0 = 0
Internal flash image 0
ENUM1 = 1
Internal flash image 1
ENUM2 = 2
FlexSPI flash image 0
ENUM3 = 3
FlexSPI flash image 1
ENUM4 = 4
Recovery SPI flash image
ENUM5 = 5
Serial boot image (write-memory and execute ISP command used)
ENUM6 = 6
Receive SB3 containing SB_JUMP command is used.
ENUM7 = 7
Customer SBL/recovery image (Bank1 IFR0).
ENUM8 = 8
NXP MAD recovery image (Bank1 IFR0).
ENUM9 = 9
NXP ROM extension (NMPA - Bank0 IFR0).
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for BootImage
impl Ord for BootImage
Source§impl PartialOrd for BootImage
impl PartialOrd for BootImage
impl Copy for BootImage
impl Eq for BootImage
impl StructuralPartialEq for BootImage
Auto Trait Implementations§
impl Freeze for BootImage
impl RefUnwindSafe for BootImage
impl Send for BootImage
impl Sync for BootImage
impl Unpin for BootImage
impl UnwindSafe for BootImage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more