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- Local
- A
static mutvariable local to and owned by a context - Local
Resource - A local resource, defined in
#[local] - Monotonic
- Monotonic
- Monotonic
Args - Monotonic metadata
- Shared
Resource - A shared resource, defined in
#[shared] - Shared
Resource Properties - Shared resource properties
- Software
Task - A software task
- Software
Task Args - Software task metadata
Enums§
Type Aliases§
- Extern
Interrupts - Interrupts used to dispatch software tasks
- Local
Resources - Local resource access/declaration list in task attribute
- Shared
Resources - Shared resource access list in task attribute