Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 7 of 7) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dble5.h211 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member
239 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member
298 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member
346 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member
379 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member
460 RCL_StatsAdvScanInit *stats; /*!< Pointer to statistics structure */ member
537 RCL_StatsConnection *stats; /*!< Pointer to statistics structure */ member
657 RCL_StatsGenericRx *stats; /*!< Pointer to statistics structure */ member
Dgeneric.h232 …RCL_StatsGeneric *stats; /*!< Pointer to statistics structure. NULL: Do not store stat… member
316 …RCL_StatsNesb *stats; /*!< Pointer to statistics structure. NULL: Do not store st… member
398 …RCL_StatsNesb *stats; /*!< Pointer to statistics structure. NULL: Do not store st… member
Dieee.h78 RCL_StatsIeee *stats; /*!< Statistics */ member
Dble_cs.h152 RCL_CmdBleCs_Stats *stats; /*!< Pointer to statistics structure */ member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dgeneric.c1925 static void RCL_Handler_Generic_updateRxStats(RCL_StatsGeneric *stats, uint32_t startTime) in RCL_Handler_Generic_updateRxStats()
1971 static bool RCL_Handler_Generic_initRxStats(RCL_StatsGeneric *stats, uint32_t startTime) in RCL_Handler_Generic_initRxStats()
2071 static void RCL_Handler_Nesb_updateStats(RCL_StatsNesb *stats, uint32_t startTime) in RCL_Handler_Nesb_updateStats()
2152 static bool RCL_Handler_Nesb_initStats(RCL_StatsNesb *stats, uint32_t startTime) in RCL_Handler_Nesb_initStats()
Dble5.c2478 RCL_StatsAdvScanInit *stats; in RCL_Handler_BLE5_scan_init() local
5553 static void RCL_Handler_BLE5_updateAdvScanInitStats(RCL_StatsAdvScanInit *stats, uint32_t startTime) in RCL_Handler_BLE5_updateAdvScanInitStats()
5581 static bool RCL_Handler_BLE5_initAdvScanInitStats(RCL_StatsAdvScanInit *stats, uint32_t startTime) in RCL_Handler_BLE5_initAdvScanInitStats()
5626 static bool RCL_Handler_BLE5_initConnStats(RCL_StatsConnection *stats, uint32_t startTime) in RCL_Handler_BLE5_initConnStats()
5695 static void RCL_Handler_BLE5_updateConnStats(RCL_StatsConnection *stats, uint32_t startTime) in RCL_Handler_BLE5_updateConnStats()
5732 static bool RCL_Handler_BLE5_initGenericRxStats(RCL_StatsGenericRx *stats, uint32_t startTime) in RCL_Handler_BLE5_initGenericRxStats()
5771 static void RCL_Handler_BLE5_updateGenericRxStats(RCL_StatsGenericRx *stats, uint32_t startTime) in RCL_Handler_BLE5_updateGenericRxStats()
Dieee.c1605 static void RCL_Handler_Ieee_updateStats(RCL_StatsIeee *stats, uint32_t startTime) in RCL_Handler_Ieee_updateStats()
1634 static bool RCL_Handler_Ieee_initStats(RCL_StatsIeee *stats, uint32_t startTime) in RCL_Handler_Ieee_initStats()