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
idle
context - Idle
Args idle
context metadata- Init
- The
init
-ialization function - Init
Args init
context metadata- Late
Resource - A late (runtime initialized) resource
- Local
- A
static mut
variable 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
idle
functions - Inits
- Per-core
init
functions - Resources
- Resource access list