Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c271 …uint8_t numActiveChannels; /* Counter of active channels. This is used to compensa… member
786 … + (RF_RAT_COMPENSATION_TIME_US * RF_ratModule.numActiveChannels); in RF_cmdDispatchTime()
872 RF_ratModule.numActiveChannels += 1; in RF_ratAllocChannel()
925 if (RF_ratModule.numActiveChannels) in RF_ratFreeChannel()
927 RF_ratModule.numActiveChannels -= 1; in RF_ratFreeChannel()
1042 … (RF_RAT_COMPENSATION_TIME_US * RF_ratModule.numActiveChannels)); in RF_ratDispatchTime()