Searched refs:pendingInt (Results 1 – 1 of 1) sorted by relevance
270 uint8_t volatile pendingInt; /* Pending interrupt flags to be served. */ member980 if (RF_ratModule.pendingInt == 0U) in RF_ratReleaseChannels()1143 …RF_ratModule.pendingInt |= ((RF_RAT_INTERRUPT_BASE_INDEX | RF_RAT_ERROR_BASE_INDEX) << ratCh->hand… in RF_ratRestartChannels()2331 RF_ratModule.pendingInt |= (rfchwifg & rathwien) >> RFC_DBELL_RFHWIFG_RATCH5_BITN; in RF_hwiHw()2351 if (RF_ratModule.pendingInt) in RF_swiHw()2357 if (RF_ratModule.pendingInt & (RF_RAT_INTERRUPT_BASE_INDEX << i)) in RF_swiHw()2360 if (RF_ratModule.pendingInt & (RF_RAT_ERROR_BASE_INDEX << i)) in RF_swiHw()2372 … RF_ratModule.pendingInt &= ~((RF_RAT_INTERRUPT_BASE_INDEX | RF_RAT_ERROR_BASE_INDEX) << i); in RF_swiHw()2421 if (RF_ratModule.pendingInt) in RF_swiHw()