Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_edgeai_obsv_ctx Struct Reference

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).
 

Detailed Description

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.


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