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

◆ clear

void(* nrf_edgeai_obsv_metric_s::clear) (void *priv)

Resets accumulated counters without touching configuration.

Called by nrf_edgeai_obsv_reset() to zero counters while preserving any configuration set at registration time (e.g. the custom bin edges of the probability distribution metric). If NULL, the reset is a no-op for this metric (counters are not cleared).

Parameters
privOpaque per-instance storage pointer.