Expand description
Abstract Syntax Tree
Structs§
- App
- The
#[app]attribute - AppArgs
- The arguments of the
#[app]attribute - Extern
Interrupt - Interrupt that could be used to dispatch software tasks
- Hardware
Task - A hardware task
- Hardware
Task Args - Hardware task metadata
- Idle
- The
idlecontext - Idle
Args idlecontext metadata- Init
- The
init-ialization function - Init
Args initcontext metadata- Late
Resource - A late (runtime initialized) resource
- Local
- A
static mutvariable local to and owned by a context - Resource
- An early (compile time initialized) resource
- Software
Task - A software task
- Software
Task Args - Software task metadata
Enums§
Type Aliases§
- Extern
Interrupts - Interrupts used to dispatch software tasks
- Idles
- Per-core
idlefunctions - Inits
- Per-core
initfunctions - Resources
- Resource access list