Expand description
Low-level wrappers around Furi API.
Structs§
- FuriBox
- Heap-allocated value.
- Status
- Operation status.
The Furi API switches between using
enum FuriStatus,int32_tanduint32_t. Since these all use the same bit representation, we can just “cast” the returns to this type. - Unsafe
Record - Low-level wrapper of a record handle.
Enums§
- Error
- The error type for Furi kernel operations.