Searched refs:stats (Results 1 – 8 of 8) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/ |
| D | generic.c | 123 static void RCL_Handler_Generic_updateRxStats(RCL_StatsGeneric *stats, uint32_t startTime); 125 static bool RCL_Handler_Generic_initRxStats(RCL_StatsGeneric *stats, uint32_t startTime); 129 static void RCL_Handler_Nesb_updateStats(RCL_StatsNesb *stats, uint32_t startTime); 131 static bool RCL_Handler_Nesb_initStats(RCL_StatsNesb *stats, uint32_t startTime); 988 … genericHandlerState.common.activeUpdate = RCL_Handler_Generic_initRxStats(rxCmd->stats, in RCL_Handler_Generic_Rx() 1069 RCL_Handler_Generic_updateRxStats(rxCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_Generic_Rx() 1113 RCL_Handler_Generic_updateRxStats(rxCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_Generic_Rx() 1313 … genericHandlerState.common.activeUpdate = RCL_Handler_Nesb_initStats(txCmd->stats, in RCL_Handler_Nesb_Ptx() 1368 RCL_Handler_Nesb_updateStats(txCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_Nesb_Ptx() 1487 RCL_Handler_Nesb_updateStats(txCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_Nesb_Ptx() [all …]
|
| D | ble5.c | 189 static bool RCL_Handler_BLE5_initAdvScanInitStats(RCL_StatsAdvScanInit *stats, uint32_t startTime); 190 static void RCL_Handler_BLE5_updateAdvScanInitStats(RCL_StatsAdvScanInit *stats, uint32_t startTime… 191 static bool RCL_Handler_BLE5_initConnStats(RCL_StatsConnection *stats, uint32_t startTime); 192 static void RCL_Handler_BLE5_updateConnStats(RCL_StatsConnection *stats, uint32_t startTime); 193 static bool RCL_Handler_BLE5_initGenericRxStats(RCL_StatsGenericRx *stats, uint32_t startTime); 194 static void RCL_Handler_BLE5_updateGenericRxStats(RCL_StatsGenericRx *stats, uint32_t startTime); 782 … RCL_Handler_BLE5_updateAdvScanInitStats(advCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_BLE5_adv() 840 … RCL_Handler_BLE5_updateAdvScanInitStats(advCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_BLE5_adv() 957 … RCL_Handler_BLE5_initAdvScanInitStats(advCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_BLE5_adv() 1415 … RCL_Handler_BLE5_updateAdvScanInitStats(advCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_BLE5_adv() [all …]
|
| D | ieee.c | 155 static void RCL_Handler_Ieee_updateStats(RCL_StatsIeee *stats, uint32_t startTime); 156 static bool RCL_Handler_Ieee_initStats(RCL_StatsIeee *stats, uint32_t startTime); 288 ieeeHandlerState.common.activeUpdate = RCL_Handler_Ieee_initStats(ieeeCmd->stats, in RCL_Handler_Ieee_RxTx() 1158 RCL_Handler_Ieee_updateStats(ieeeCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_Ieee_RxTx() 1165 RCL_Handler_Ieee_updateStats(ieeeCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_Ieee_RxTx() 1204 RCL_Handler_Ieee_updateStats(ieeeCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_Ieee_RxTx() 1254 RCL_Handler_Ieee_updateStats(ieeeCmd->stats, rclSchedulerState.actualStartTime); in RCL_Handler_Ieee_RxTx() 1605 static void RCL_Handler_Ieee_updateStats(RCL_StatsIeee *stats, uint32_t startTime) in RCL_Handler_Ieee_updateStats() argument 1607 if (stats != NULL) in RCL_Handler_Ieee_updateStats() 1615 stats->timestampValid = false; in RCL_Handler_Ieee_updateStats() [all …]
|
| D | ble_cs.c | 634 … (pCmd->mode.repeatSteps) ? (pCmd->mode.nSteps) : (pCmd->mode.nSteps - pCmd->stats->nStepsWritten); in RCL_Handler_BLE_CS_preFillTxBuffer() 639 if (pCmd->stats->nStepsWritten == 0) in RCL_Handler_BLE_CS_preFillTxBuffer() 694 pCmd->stats->nStepsWritten++; in RCL_Handler_BLE_CS_fetchAndforwardNextStep() 709 pCmd->stats->nStepsWritten = 0; in RCL_Handler_BLE_CS_fetchAndforwardNextStep() 729 pCmd->stats->nRxOk += 1; in RCL_Handler_BLE_CS_retrieveAndStoreNextResult() 733 pCmd->stats->nRxNok += 1; in RCL_Handler_BLE_CS_retrieveAndStoreNextResult() 752 pCmd->stats->nResultsRead++; in RCL_Handler_BLE_CS_retrieveAndStoreNextResult() 773 pSubeventResults->numAntennaPath = pCmd->stats->numAntennaPath + 1; in RCL_Handler_BLE_CS_retrieveAndStoreNextResult() 777 if (pCmd->stats->nResultsRead == 1) in RCL_Handler_BLE_CS_retrieveAndStoreNextResult() 779 pCmd->stats->reserved0 = result.gain; in RCL_Handler_BLE_CS_retrieveAndStoreNextResult() [all …]
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/ |
| D | ble5.h | 211 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member 224 .stats = NULL, \ 239 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member 249 .stats = NULL, \ 298 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member 308 .stats = NULL, \ 346 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member 361 .stats = NULL, \ 379 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member 393 .stats = NULL, \ [all …]
|
| D | generic.h | 232 …RCL_StatsGeneric *stats; /*!< Pointer to statistics structure. NULL: Do not store stat… member 251 .stats = NULL, \ 316 …RCL_StatsNesb *stats; /*!< Pointer to statistics structure. NULL: Do not store st… member 341 .stats = NULL, \ 398 …RCL_StatsNesb *stats; /*!< Pointer to statistics structure. NULL: Do not store st… member 430 .stats = NULL, \
|
| D | ieee.h | 78 RCL_StatsIeee *stats; /*!< Statistics */ member 89 .stats = NULL, \
|
| D | ble_cs.h | 152 RCL_CmdBleCs_Stats *stats; /*!< Pointer to statistics structure */ member
|