Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c178 #define RF_RAT_CH_LOWEST 5 macro
1221 …pCmd->ratCh = RF_RAT_CH_LOWEST + ratCh->handle; /* Encode the selected channel num… in RF_ratGenerateChCmd()
1234 …pCmd->config.ratCh = RF_RAT_CH_LOWEST + ratCh->handle; /* Encode the selected channel num… in RF_ratGenerateChCmd()
1259 cmdToDoorbell |= (uint32_t)(RF_RAT_CH_LOWEST + ratCh->handle) << 8; in RF_ratGenerateIoCmd()
5386 uint16_t config = (uint16_t)(RF_RAT_CH_LOWEST + ratCh->handle) << RF_SHIFT_8_BITS; in RF_ratDisableChannel()