![]() |
nRF Connect SDK API 3.4.99
|
| typedef void(* rtfw_event_cb_t) (const struct rtfw_event *event, void *user_data) |
#include <include/rtfw/rtfw.h>
Consume an event outside the zero-latency fast path.
The framework calls this optional callback from its dedicated delivery workqueue. The event pointer is valid only for the duration of the call. The callback may use kernel APIs but should remain bounded to avoid overflowing the fixed-size event queue.