Searched refs:RCL_CommandStatus_Idle (Results 1 – 4 of 4) sorted by relevance
84 …RCL_CommandStatus_Idle = 0, /*!< Command is not yet run. This state is mandato… enumerator189 .status = RCL_CommandStatus_Idle, \
738 if (cmd->status != RCL_CommandStatus_Idle && cmd->status < RCL_CommandStatus_Finished) in RCL_Command_submit()
227 .txStatus = RCL_CommandStatus_Idle, \
1434 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()