nrfxlib API 2.8.99
|
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.
[in] | p_stat_counters | Current stat counter values will be decreased by values provided behind this pointer. |