Searched refs:ppActiveCmd (Results 1 – 1 of 1) sorted by relevance
2438 RF_Cmd* volatile* ppActiveCmd = NULL; in RF_hwiCpe0Active() local2460 ppActiveCmd = activeCmd[i]; in RF_hwiCpe0Active()2463 if (*ppActiveCmd) in RF_hwiCpe0Active()2466 rfcpeifgMask = (*ppActiveCmd)->bmEvent; in RF_hwiCpe0Active()2472 RF_cmdStoreEvents((*ppActiveCmd), rfcpeifg); in RF_hwiCpe0Active()2479 …RFCCpeIntDisable((uint32_t)((*ppActiveCmd)->bmEvent & ~(RFC_DBELL_RFCPEIFG_LAST_COMMAND_DONE_M | R… in RF_hwiCpe0Active()2480 RFCHwIntDisable((uint32_t) ((*ppActiveCmd)->bmEvent >> RF_SHIFT_32_BITS)); in RF_hwiCpe0Active()2483 RF_invokeGlobalCallback(RF_GlobalEventCmdStop, (void*)(*ppActiveCmd)); in RF_hwiCpe0Active()2486 List_put(&RF_cmdQ.pDone, (List_Elem*)(*ppActiveCmd)); in RF_hwiCpe0Active()2489 (*ppActiveCmd) = NULL; in RF_hwiCpe0Active()[all …]