Module analyze

Source
Expand description

RTIC application analysis

Structs§

Analysis
The result of analyzing an RTIC application
Channel
A channel used to send messages

Enums§

Ownership
Resource ownership

Type Aliases§

Ceiling
Priority ceiling
Channels
All channels, keyed by dispatch priority
Ownerships
Resource ownership
Priority
Task priority
Resource
Resource name
SendTypes
These types must implement the Send trait
SyncTypes
These types must implement the Sync trait
Task
Task name
UsedLocalResource
Location of all used local resources
UsedSharedResource
Location of all used shared resources