![]() |
Edge AI Add-on API 2.2.0
|
Zephyr RTOS synchronization for one observability context. More...
#include <nrf_edgeai_obsv.h>
Data Fields | |
| struct k_mutex | lock |
| Serializes observability API for this context. | |
| nrf_edgeai_obsv_core_t | state |
| Portable observability state (shared with encode/snapshot paths). | |
Zephyr RTOS synchronization for one observability context.
Embeds nrf_edgeai_obsv_core_t with a mutex so nrf_edgeai_obsv_update_probs, Observability CBOR encoding (buffer sizing) / nrf_edgeai_obsv_for_each_metric, and metric registration can be serialized across threads.