Struct lm4f120::flash::FlashAddress [] [src]

pub struct FlashAddress(pub u32);

Represents an address in Flash memory. As flash memory starts at 0x0000_0000, flash addresses are equal to CPU physical addresses.

Trait Implementations

impl Clone for FlashAddress
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FlashAddress
[src]

impl Display for FlashAddress
[src]

[src]

Formats the value using the given formatter. Read more