Searched refs:RF_ratModule (Results 1 – 1 of 1) sorted by relevance
401 static RF_RatModule RF_ratModule; variable786 … + (RF_RAT_COMPENSATION_TIME_US * RF_ratModule.numActiveChannels); in RF_cmdDispatchTime()851 if (RF_ratModule.availableRatChannels & bitMask) in RF_ratAllocChannel()864 RF_ratModule.availableRatChannels &= ~bitMask; in RF_ratAllocChannel()872 RF_ratModule.numActiveChannels += 1; in RF_ratAllocChannel()922 RF_ratModule.availableRatChannels |= (1 << ratCh->handle); in RF_ratFreeChannel()925 if (RF_ratModule.numActiveChannels) in RF_ratFreeChannel()927 RF_ratModule.numActiveChannels -= 1; in RF_ratFreeChannel()949 return((RF_RatChannel*)&RF_ratModule.channel[ch]); in RF_ratGetChannel()978 if (RF_ratModule.pendingInt == 0U) in RF_ratReleaseChannels()[all …]