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- Local
- A
static mut
variable 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