Searched refs:txAction (Results 1 – 3 of 3) sorted by relevance
182 RCL_CmdIeee_TxAction *txAction = ieeeCmd->txAction; in RCL_Handler_Ieee_RxTx() local185 if (txAction != NULL) in RCL_Handler_Ieee_RxTx()187 ccaMode = txAction->ccaMode; in RCL_Handler_Ieee_RxTx()192 if (txAction == NULL) in RCL_Handler_Ieee_RxTx()203 txAction->expectImmAck != 0 || in RCL_Handler_Ieee_RxTx()204 txAction->expectEnhAck != 0) in RCL_Handler_Ieee_RxTx()220 else if (rxAction->numPan == 0 && txAction != NULL && in RCL_Handler_Ieee_RxTx()221 (txAction->expectImmAck != 0 || txAction->expectEnhAck != 0)) in RCL_Handler_Ieee_RxTx()233 if (txAction != NULL) in RCL_Handler_Ieee_RxTx()236 …uint32_t txActionTime = (txAction->ccaScheduling == RCL_Schedule_AbsTime) ? txAction->absCcaStartT… in RCL_Handler_Ieee_RxTx()[all …]
127 RCL_CommandStatus RCL_IEEE_Tx_submit(RCL_CmdIeeeRxTx *cmd, RCL_CmdIeee_TxAction *txAction);
77 …RCL_CmdIeee_TxAction *txAction; /*!< Configuration of transmit part of command. NULL: No tran… member88 .txAction = NULL, \