![]() |
![]() |
|
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... | |
UART_STATUS_* macros are general status codes returned by UART_control()
UARTCC32XX_STATUS_* macros are command codes only defined in the UARTCC32XX.h driver implementation and need to:
UARTCC32XXDMA_STATUS_* macros are command codes only defined in the UARTCC32XXDMA.h driver implementation and need to:
| #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.