TI-RTOS Drivers  tidrivers_full_2_20_00_08
Macros
Collaboration diagram for Status Codes:

Macros

#define UART_STATUS_SUCCESS   0
 Successful status code returned by UART_control(). More...
 
#define UART_STATUS_ERROR   -1
 Generic error status code returned by UART_control(). More...
 
#define UART_STATUS_UNDEFINEDCMD   -2
 An error status code returned by UART_control() for undefined command codes. More...
 

Detailed Description

UART_STATUS_* macros are general status codes returned by UART_control()

UARTCC26XX_STATUS_* macros are command codes only defined in the UARTCC26XX.h driver implementation and need to:

UARTCC3200_STATUS_* macros are command codes only defined in the UARTCC3200.h driver implementation and need to:

UARTCC3200DMA_STATUS_* macros are command codes only defined in the UARTCC3200DMA.h driver implementation and need to:

UARTEUSCIA_STATUS_* macros are command codes only defined in the UARTEUSCIA.h driver implementation and need to:

UARTMSP432_STATUS_* macros are command codes only defined in the UARTMSP432.h driver implementation and need to:

UARTTivaDMA_STATUS_* macros are command codes only defined in the UARTTivaDMA.h driver implementation and need to:

UARTUSCIA_STATUS_* macros are command codes only defined in the UARTUSCIA.h driver implementation and need to:

Macro Definition Documentation

#define UART_STATUS_SUCCESS   0

Successful status code returned by UART_control().

UART_control() returns UART_STATUS_SUCCESS if the control code was executed successfully.

#define UART_STATUS_ERROR   -1

Generic error status code returned by UART_control().

UART_control() returns UART_STATUS_ERROR if the control code was not executed successfully.

#define UART_STATUS_UNDEFINEDCMD   -2

An error status code returned by UART_control() for undefined command codes.

UART_control() returns UART_STATUS_UNDEFINEDCMD if the control code is not recognized by the driver implementation.

Copyright 2016, Texas Instruments Incorporated