Expand description
Generic OSAL object ID APIs.
This module provides utilities for working with generic OsalIds, which
are the underlying type for all OSAL resources (tasks, queues, mutexes, etc.).
Structs§
- OsalId
- A generic, type-safe wrapper for an OSAL object ID.
Enums§
- Object
Type - The type of an OSAL object.
Functions§
- for_
each_ object - Iterates over all OSAL objects and calls a closure for each one.
- for_
each_ object_ of_ type - Iterates over all OSAL objects of a specific type and calls a closure for each one.