OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BandWidth_t
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.h
68
/*
BandWidth_t
75
}
BandWidth_t
;
92
BandWidth_t
DirectTxFrameBW;
93
BandWidth_t
DirectRxFrameBW;
TrafficMonitor.c
71
static void TrafficMonitor_updateBW(
BandWidth_t
*pBandWidth, TI_UINT32 uCurrentTS);
72
static TI_UINT32 TrafficMonitor_calcBW(
BandWidth_t
*pBandWidth, TI_UINT32 uCurrentTS);
149
os_memoryZero(TrafficMonitor->hOs,&TrafficMonitor->DirectTxFrameBW,sizeof(
BandWidth_t
));
150
os_memoryZero(TrafficMonitor->hOs,&TrafficMonitor->DirectRxFrameBW,sizeof(
BandWidth_t
));
[
all
...]
Completed in 83 milliseconds