![]() |
PDK API Guide for J7200
|
Macros | |
| #define | UART_ERRNO_BASE (0) |
| UART driver error base. More... | |
| #define | UART_EINVAL (UART_ERRNO_BASE-1) |
| Error Code: Invalid argument. More... | |
| #define | UART_EINUSE (UART_ERRNO_BASE-2) |
| Error Code: Operation cannot be implemented because a previous operation is still not complete. More... | |
| #define | UART_ENOTIMPL (UART_ERRNO_BASE-3) |
| Error Code: Operation is not implemented. More... | |
| #define UART_ERRNO_BASE (0) |
UART driver error base.
| #define UART_EINVAL (UART_ERRNO_BASE-1) |
Error Code: Invalid argument.
| #define UART_EINUSE (UART_ERRNO_BASE-2) |
Error Code: Operation cannot be implemented because a previous operation is still not complete.
| #define UART_ENOTIMPL (UART_ERRNO_BASE-3) |
Error Code: Operation is not implemented.