![]() |
Edge AI Add-on API 2.2.0
|
| 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.
| p_ctx | Initialized core. |
| p_metric | Metric descriptor to remove. |
p_ctx or p_metric is NULL.