Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c250 typedef struct RF_RatChannel_s RF_RatChannel; typedef
268 RF_RatChannel channel[RF_RAT_CH_CNT]; /* Container of channel configurations. */
473 static RF_RatChannel* RF_ratGetChannel(uint8_t ch);
474 static RF_RatChannel* RF_ratAllocChannel(RF_RatHandle ratChannel);
477 static void RF_ratGenerateChCmd(RF_RatChannel* ratCh, void* ratConfig);
478 static void RF_ratGenerateIoCmd(RF_RatChannel* ratCh, RF_RatConfigOutput* ioConfig);
481 static RF_Stat RF_ratArmChannel(RF_RatChannel* ratCh);
482 static void RF_ratFreeChannel(RF_RatChannel* ratCh);
843 static RF_RatChannel* RF_ratAllocChannel(RF_RatHandle ratChannel) in RF_ratAllocChannel()
860 RF_RatChannel* ratCh = RF_ratGetChannel(i); in RF_ratAllocChannel()
[all …]