Searched refs:events (Results 1 – 1 of 1) sorted by relevance
460 static void RF_cmdStoreEvents(RF_Cmd* pCmd, RF_EventMask events);643 static void RF_cmdStoreEvents(RF_Cmd* pCmd, RF_EventMask events) in RF_cmdStoreEvents() argument654 pCmd->rfifg |= events; in RF_cmdStoreEvents()655 pCmd->pastifg |= events; in RF_cmdStoreEvents()2317 RF_EventMask events = ((RF_EventMask)(rfchwifg & rfchwien) << RF_SHIFT_32_BITS); in RF_hwiHw() local2320 RF_cmdStoreEvents(pCmd, events); in RF_hwiHw()2910 RF_EventMask events = pCmd->rfifg; in RF_radioOpDoneCb() local2923 if (events & abortMask) in RF_radioOpDoneCb()2925 … RF_EventMask nonTerminatingEvents = events & ~(abortMask | RF_EventCmdDone | RF_EventLastCmdDone | in RF_radioOpDoneCb()2934 events &= abortMask; in RF_radioOpDoneCb()[all …]