Lines Matching refs:aCoexMetrics

1035 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics)  in otPlatRadioGetCoexMetrics()  argument
1042 otEXPECT_ACTION(aCoexMetrics != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetCoexMetrics()
1044 memset(aCoexMetrics, 0, sizeof(otRadioCoexMetrics)); in otPlatRadioGetCoexMetrics()
1046 aCoexMetrics->mStopped = false; in otPlatRadioGetCoexMetrics()
1047 aCoexMetrics->mNumGrantGlitch = 1; in otPlatRadioGetCoexMetrics()
1048 aCoexMetrics->mNumTxRequest = 2; in otPlatRadioGetCoexMetrics()
1049 aCoexMetrics->mNumTxGrantImmediate = 3; in otPlatRadioGetCoexMetrics()
1050 aCoexMetrics->mNumTxGrantWait = 4; in otPlatRadioGetCoexMetrics()
1051 aCoexMetrics->mNumTxGrantWaitActivated = 5; in otPlatRadioGetCoexMetrics()
1052 aCoexMetrics->mNumTxGrantWaitTimeout = 6; in otPlatRadioGetCoexMetrics()
1053 aCoexMetrics->mNumTxGrantDeactivatedDuringRequest = 7; in otPlatRadioGetCoexMetrics()
1054 aCoexMetrics->mNumTxDelayedGrant = 8; in otPlatRadioGetCoexMetrics()
1055 aCoexMetrics->mAvgTxRequestToGrantTime = 9; in otPlatRadioGetCoexMetrics()
1056 aCoexMetrics->mNumRxRequest = 10; in otPlatRadioGetCoexMetrics()
1057 aCoexMetrics->mNumRxGrantImmediate = 11; in otPlatRadioGetCoexMetrics()
1058 aCoexMetrics->mNumRxGrantWait = 12; in otPlatRadioGetCoexMetrics()
1059 aCoexMetrics->mNumRxGrantWaitActivated = 13; in otPlatRadioGetCoexMetrics()
1060 aCoexMetrics->mNumRxGrantWaitTimeout = 14; in otPlatRadioGetCoexMetrics()
1061 aCoexMetrics->mNumRxGrantDeactivatedDuringRequest = 15; in otPlatRadioGetCoexMetrics()
1062 aCoexMetrics->mNumRxDelayedGrant = 16; in otPlatRadioGetCoexMetrics()
1063 aCoexMetrics->mAvgRxRequestToGrantTime = 17; in otPlatRadioGetCoexMetrics()
1064 aCoexMetrics->mNumRxGrantNone = 18; in otPlatRadioGetCoexMetrics()