Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c240 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 …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h208 RCL_CommandStatus txStatus; /*!< Returned status of TX operation */ member
227 .txStatus = RCL_CommandStatus_Idle, \
/hal_ti-latest/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.c422 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()
DUART2CC32XX.h281 int32_t txStatus; /* TX status */ member