Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Command.h84RCL_CommandStatus_Idle = 0, /*!< Command is not yet run. This state is mandato… enumerator
189 .status = RCL_CommandStatus_Idle, \
DRCL.c738 if (cmd->status != RCL_CommandStatus_Idle && cmd->status < RCL_CommandStatus_Finished) in RCL_Command_submit()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h227 .txStatus = RCL_CommandStatus_Idle, \
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c1434 RCL_CommandStatus status = RCL_CommandStatus_Idle; in RCL_IEEE_Tx_submit()
1436 …if (txAction->txStatus != RCL_CommandStatus_Idle && txAction->txStatus < RCL_CommandStatus_Finishe… in RCL_IEEE_Tx_submit()
1449 …else if (cmd->txAction != NULL && cmd->txAction->txStatus != RCL_CommandStatus_Idle && cmd->txActi… in RCL_IEEE_Tx_submit()
1460 if (status != RCL_CommandStatus_Idle) in RCL_IEEE_Tx_submit()
1469 txAction->txStatus = RCL_CommandStatus_Idle; in RCL_IEEE_Tx_submit()