Example application demonstrating the use of the FuriEventFlag primitive in FuriEventLoop instances. More...
Data Structures | |
struct | EventLoopEventFlagsApp |
Macros | |
#define | TAG "ExampleEventLoopEventFlags" |
#define | EVENT_LOOP_EVENT_FLAGS_MASK |
Functions | |
int32_t | example_event_loop_event_flags_app (void *arg) |
Example application demonstrating the use of the FuriEventFlag primitive in FuriEventLoop instances.
This application receives keystrokes from the input service and sets the appropriate flags, which are subsequently processed in the event loop
#define EVENT_LOOP_EVENT_FLAGS_MASK |