pub struct LinkerConfig {
    pub flash_origin: Address,
    pub ram_origin: Address,
    pub has_ram_state: bool,
}
Expand description

Configuration for linker scripts

Fields

flash_origin: Address

Origin address of the internal non-volatile memory

ram_origin: Address

Origin address of the internal RAM bank

has_ram_state: bool

Whether to store the shared state in RAM and thus reserve some RAM memory for that

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

Type of output

Serializes current object

Serializes current object into bytes

Deserializes an object

Size of output byte array

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.