Skip to content

Commit ec2ea92

Browse files
author
Jarkko Paso
authored
Added RX and TX active times in PHY statistics (ARMmbed#2255)
1 parent 49686cc commit ec2ea92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nanostack/platform/arm_hal_phy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ typedef struct phy_rf_statistics_s {
192192
uint32_t crc_fails; ///< CRC failures
193193
uint32_t tx_timeouts; ///< transmission timeouts
194194
uint32_t rx_timeouts; ///< reception timeouts
195+
uint64_t tx_active_time; ///< transmission active time
196+
uint64_t rx_active_time; ///< reception active time
195197
} phy_rf_statistics_s;
196198

197199
/** Virtual data request */

0 commit comments

Comments
 (0)