Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c147 RCL_StopType txActionStop; member
179 ieeeHandlerState.rxTx.txActionStop = RCL_StopType_None; in RCL_Handler_Ieee_RxTx()
505 RCL_StopType txActionStop = ieeeHandlerState.rxTx.txActionStop; in RCL_Handler_Ieee_RxTx() local
506 if (txActionStop != RCL_StopType_None && txAction != NULL) in RCL_Handler_Ieee_RxTx()
518 if (txActionStop == RCL_StopType_Graceful || txActionStop == RCL_StopType_Hard) in RCL_Handler_Ieee_RxTx()
522 …txAction->txStatus = (txActionStop == RCL_StopType_Graceful) ? RCL_CommandStatus_GracefulStopApi :… in RCL_Handler_Ieee_RxTx()
532 if (txActionStop == RCL_StopType_Hard) in RCL_Handler_Ieee_RxTx()
543 if (txActionStop == RCL_StopType_Hard) in RCL_Handler_Ieee_RxTx()
555 ieeeHandlerState.rxTx.txActionStop = RCL_StopType_None; in RCL_Handler_Ieee_RxTx()
1512 ieeeHandlerState.rxTx.txActionStop = stopType; in RCL_IEEE_Tx_stop()