QuakeGod
2024-08-08 1fb934cda3067a81f82a7add0fa5b39f5ebf3094
Radio_LLCC68/Radio/KWireLess.h
@@ -102,6 +102,32 @@
}enRunStep;
#pragma anon_unions
typedef struct tagKwChnStat
{
   uint32_t DeviceAddr;
   uint8_t Tx_Power;
   uint8_t RSSI;
   uint8_t SNR;
   uint8_t tRSSI;
   uint8_t tSNR;
   uint32_t SendCount;
   uint32_t RecvCount;
//   uint32_t SendTime;
//   uint32_t RecvTime;
   uint16_t TxErr;
   uint16_t RxErr;
   uint16_t LostCount;
   uint16_t CtnLstPkts;
   uint16_t MaxCtnLstPkts;
}stKwChnStat;
typedef struct tagWLStat
{
   union {