Searched refs:RF_FsmEventLastCommandDone (Results 1 – 1 of 1) sorted by relevance
75 RF_FsmEventLastCommandDone = (1UL << 1), /* Indicates that a radio command is finished. */ enumerator2131 SwiP_or(&RF_swiFsmObj, RF_FsmEventLastCommandDone); in RF_dispatchNextCmd()2493 nextEvent |= RF_FsmEventLastCommandDone; in RF_hwiCpe0Active()3003 if (e & RF_FsmEventLastCommandDone) in RF_fsmPowerUpState()3012 SwiP_or(&RF_swiFsmObj, (e | RF_FsmEventLastCommandDone)); in RF_fsmPowerUpState()3017 e &= ~RF_FsmEventLastCommandDone; in RF_fsmPowerUpState()3348 e |= RF_FsmEventLastCommandDone; in RF_fsmActiveState()3359 else if (e & RF_FsmEventLastCommandDone) in RF_fsmActiveState()3368 e &= ~RF_FsmEventLastCommandDone; in RF_fsmActiveState()3518 SwiP_or(&RF_swiFsmObj, RF_FsmEventLastCommandDone); in RF_fsmActiveState()[all …]