Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c109RF_RatModeCapture = 2 /* Indicates that the RAT channel is configured to capture… enumerator
1023 if (ratCh->mode == RF_RatModeCapture) in RF_ratDispatchTime()
1226 else if (ratCh->mode == RF_RatModeCapture) in RF_ratGenerateChCmd()
2395 … if (error || !(ratCh->mode == RF_RatModeCapture) || !(ratCh->chCmd & RF_RAT_CAPTURE_REPEAT_MODE)) in RF_swiHw()
5401 …return(RF_ratSetupChannel(rfHandle, RF_RatModeCapture, channelConfig->callback, channelConfig->cha… in RF_ratCapture()