nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches
bm_scheduler_event Struct Reference

An event to be scheduled for execution in the main thread. More...

#include <bm/bm_scheduler.h>

Data Fields

sys_snode_t node
 Reserved.
 
bm_scheduler_fn_t handler
 Event handler.
 
size_t len
 Event length.
 
uint8_t data []
 Event data.
 

Detailed Description

An event to be scheduled for execution in the main thread.

An event consists of a function (handler) and some data that the function has to process.


The documentation for this struct was generated from the following file: