Searched refs:txStatus (Results 1 – 4 of 4) sorted by relevance
240 txAction->txStatus = RCL_CommandStatus_Error_StartTooLate; in RCL_Handler_Ieee_RxTx()265 txAction->txStatus = RCL_CommandStatus_Scheduled; in RCL_Handler_Ieee_RxTx()508 if (txAction->txStatus < RCL_CommandStatus_Active) in RCL_Handler_Ieee_RxTx()512 txAction->txStatus = RCL_CommandStatus_DescheduledApi; in RCL_Handler_Ieee_RxTx()522 …txAction->txStatus = (txActionStop == RCL_StopType_Graceful) ? RCL_CommandStatus_GracefulStopApi :… in RCL_Handler_Ieee_RxTx()546 txAction->txStatus = RCL_CommandStatus_HardStopApi; in RCL_Handler_Ieee_RxTx()565 txAction->txStatus = RCL_CommandStatus_Error_StartTooLate; in RCL_Handler_Ieee_RxTx()571 txAction->txStatus = RCL_CommandStatus_Error_Param; in RCL_Handler_Ieee_RxTx()576 txAction->txStatus = RCL_CommandStatus_Scheduled; in RCL_Handler_Ieee_RxTx()682 txAction->txStatus = RCL_CommandStatus_Error_StartTooLate; in RCL_Handler_Ieee_RxTx()[all …]
208 RCL_CommandStatus txStatus; /*!< Returned status of TX operation */ member227 .txStatus = RCL_CommandStatus_Idle, \
422 object->bytesWritten, object->userArg, object->txStatus); in UART2CC32XX_hwiIntFxn()489 object->txStatus = 0; in UART2CC32XX_open()805 object->txStatus = UART2_STATUS_SUCCESS; in UART2CC32XX_write()840 object->txStatus = UART2_STATUS_ETIMEOUT; in UART2CC32XX_write()844 status = object->txStatus; /* UART2_cancel() may have posted semaphore */ in UART2CC32XX_write()891 object->txStatus = UART2_STATUS_ECANCELLED; in UART2CC32XX_writeCancel()
281 int32_t txStatus; /* TX status */ member