Module furi

Module furi 

Source
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_t and uint32_t. Since these all use the same bit representation, we can just “cast” the returns to this type.
UnsafeRecord
Low-level wrapper of a record handle.

Enums§

Error
The error type for Furi kernel operations.