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 49686cc commit ec2ea92Copy full SHA for ec2ea92
nanostack/platform/arm_hal_phy.h
@@ -192,6 +192,8 @@ typedef struct phy_rf_statistics_s {
192
uint32_t crc_fails; ///< CRC failures
193
uint32_t tx_timeouts; ///< transmission timeouts
194
uint32_t rx_timeouts; ///< reception timeouts
195
+ uint64_t tx_active_time; ///< transmission active time
196
+ uint64_t rx_active_time; ///< reception active time
197
} phy_rf_statistics_s;
198
199
/** Virtual data request */
0 commit comments