nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_stat_counters_subtract()

void nrf_802154_stat_counters_subtract ( const nrf_802154_stat_counters_t p_stat_counters)

#include <nrf_802154/common/include/nrf_802154.h>

Decreases current statistic counter values by the provided ones.

This function is intended to be called together with nrf_802154_stats_get to avoid missing any counted events.

Parameters
[in]p_stat_countersCurrent stat counter values will be decreased by values provided behind this pointer.