Home
last modified time | relevance | path

Searched refs:RCL_StatsGeneric (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dgeneric.h53 typedef struct RCL_STATS_GENERIC_t RCL_StatsGeneric; typedef
232RCL_StatsGeneric *stats; /*!< Pointer to statistics structure. NULL: Do not store stat…
286 #define RCL_StatsGeneric_DefaultRuntime() (RCL_StatsGeneric) RCL_StatsGeneric_Default()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dgeneric.c123 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);
1925 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()