Home
last modified time | relevance | path

Searched refs:txAction (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c182 RCL_CmdIeee_TxAction *txAction = ieeeCmd->txAction; in RCL_Handler_Ieee_RxTx() local
185 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 …]
Dieee.h127 RCL_CommandStatus RCL_IEEE_Tx_submit(RCL_CmdIeeeRxTx *cmd, RCL_CmdIeee_TxAction *txAction);
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h77 …RCL_CmdIeee_TxAction *txAction; /*!< Configuration of transmit part of command. NULL: No tran… member
88 .txAction = NULL, \