Skip to content

Commit

Permalink
Added TX/RX bytes in PHY statistics (ARMmbed#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Paso authored Jan 27, 2020
1 parent a043f8d commit 7b6bcca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nanostack/platform/arm_hal_phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ typedef struct phy_rf_statistics_s {
uint32_t rx_timeouts; ///< reception timeouts
uint64_t tx_active_time; ///< transmission active time
uint64_t rx_active_time; ///< reception active time
uint32_t tx_bytes; ///< transmitted bytes
uint32_t rx_bytes; ///< received bytes
} phy_rf_statistics_s;

/** Virtual data request */
Expand Down

0 comments on commit 7b6bcca

Please sign in to comment.