![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Data Structures | |
| struct | bm_scheduler_event |
| An event to be scheduled for execution in the main thread. More... | |
Typedefs | |
| typedef void(* | bm_scheduler_fn_t) (void *evt, size_t len) |
| Event handler prototype. | |
Functions | |
| int | bm_scheduler_defer (bm_scheduler_fn_t handler, void *data, size_t len) |
| Schedule an event for execution in the main thread. | |
| int | bm_scheduler_process (void) |
| Process deferred events. | |