Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c270 uint8_t volatile pendingInt; /* Pending interrupt flags to be served. */ member
978 if (RF_ratModule.pendingInt == 0U) in RF_ratReleaseChannels()
1141 …RF_ratModule.pendingInt |= ((RF_RAT_INTERRUPT_BASE_INDEX | RF_RAT_ERROR_BASE_INDEX) << ratCh->hand… in RF_ratRestartChannels()
2330 RF_ratModule.pendingInt |= (rfchwifg & rathwien) >> RFC_DBELL_RFHWIFG_RATCH5_BITN; in RF_hwiHw()
2350 if (RF_ratModule.pendingInt) in RF_swiHw()
2356 if (RF_ratModule.pendingInt & (RF_RAT_INTERRUPT_BASE_INDEX << i)) in RF_swiHw()
2359 if (RF_ratModule.pendingInt & (RF_RAT_ERROR_BASE_INDEX << i)) in RF_swiHw()
2371 … RF_ratModule.pendingInt &= ~((RF_RAT_INTERRUPT_BASE_INDEX | RF_RAT_ERROR_BASE_INDEX) << i); in RF_swiHw()
2420 if (RF_ratModule.pendingInt) in RF_swiHw()