Enum lpc845_pac::syscon::sysmemremap::MAP_A[][src]

#[repr(u8)]
pub enum MAP_A {
    BOOT_LOADER_MODE,
    USER_RAM_MODE,
    USER_FLASH_MODE,
}
Expand description

System memory remap. Value 0x3 is reserved.

Value on reset: 2

Variants

BOOT_LOADER_MODE

0: Boot Loader Mode. Interrupt vectors are re-mapped to Boot ROM.

USER_RAM_MODE

1: User RAM Mode. Interrupt vectors are re-mapped to Static RAM.

USER_FLASH_MODE

2: User Flash Mode. Interrupt vectors are not re-mapped and reside in Flash.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.