Trait bern_arch::startup::IStartup[][src]

pub trait IStartup {
    fn init_static_memory();
fn region() -> Region; }
Expand description

Startup.

Required methods

Initialize static memory section, which are not already initialized.

Get specific memory region from linker script.

Implementors