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

◆ nrf_edgeai_obsv_core_deregister()

int nrf_edgeai_obsv_core_deregister ( nrf_edgeai_obsv_core_t * p_ctx,
nrf_edgeai_obsv_metric_t * p_metric )

#include <include/nrf_edgeai_obsv/nrf_edgeai_obsv_core.h>

Deregister a previously registered metric.

Removes p_metric from the list. No-op if p_metric is not found.

Parameters
p_ctxInitialized core.
p_metricMetric descriptor to remove.
Returns
0 on success, -EINVAL if p_ctx or p_metric is NULL.