We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a043f8d commit 7b6bccaCopy full SHA for 7b6bcca
nanostack/platform/arm_hal_phy.h
@@ -195,6 +195,8 @@ typedef struct phy_rf_statistics_s {
195
uint32_t rx_timeouts; ///< reception timeouts
196
uint64_t tx_active_time; ///< transmission active time
197
uint64_t rx_active_time; ///< reception active time
198
+ uint32_t tx_bytes; ///< transmitted bytes
199
+ uint32_t rx_bytes; ///< received bytes
200
} phy_rf_statistics_s;
201
202
/** Virtual data request */
0 commit comments