Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c198 #define RF_RAT_INTERRUPT_BASE_INDEX 0x01 macro
1143 …RF_ratModule.pendingInt |= ((RF_RAT_INTERRUPT_BASE_INDEX | RF_RAT_ERROR_BASE_INDEX) << ratCh->hand… in RF_ratRestartChannels()
2357 if (RF_ratModule.pendingInt & (RF_RAT_INTERRUPT_BASE_INDEX << i)) in RF_swiHw()
2372 … RF_ratModule.pendingInt &= ~((RF_RAT_INTERRUPT_BASE_INDEX | RF_RAT_ERROR_BASE_INDEX) << i); in RF_swiHw()