Tool/software: TI C/C++ Compiler
Hi,
In the latest SDK (simplelink_cc32xx_sdk_4_10_00_07) SlDeviceGetPmStatClrOnRdTypes_t structure is available to get following parameters.
typedef struct { _u32 Disconnects; // clear on read - disconnect count _u32 TxFramesCount; // clear on read - Tx Frame count _u32 ReceivedBytesCount; // clear on read _u32 reserved[4]; // reserved for additional clear on read statistics }SlDeviceGetPmStatClrOnRdTypes_t;
Currently I am using Old SDK version (v2_10_00_04), To upgrade to the latest takes some more time.
So for time being is there any alternative API/ Structure to get the above parameters from the SDK version (v2_10_00_04)?
Regards,
Suresh