Crate veer_el2_sim

Crate veer_el2_sim 

Source
Expand description

Board file for VeeR EL2 simulation platform.

Modulesยง

io

Structsยง

VeeR ๐Ÿ”’
A structure representing this platform that holds references to all capsules for this platform.

Constantsยง

FAULT_RESPONSE ๐Ÿ”’
NUM_PROCS

Staticsยง

PANIC_RESOURCES ๐Ÿ”’
Resources for when a board panics used by io.rs.
STACK_MEMORY ๐Ÿ”’
Size to allocate for the stack.

Functionsยง

mainโš 
Main function called after RAM initialized.
start ๐Ÿ”’ โš 
This is in a separate, inline(never) function so that its stack frame is removed when this function returns. Otherwise, the stack space used for these static_inits is wasted.

Type Aliasesยง

AlarmHw ๐Ÿ”’
ChipHw
ProcessPrinterInUse ๐Ÿ”’
SchedulerTimerHw ๐Ÿ”’
VeeRChip