1.17.20.31 UART_ERROR Enum

C

/* Blocking, non-blocking and ring buffer mode */

The UART_ERROR enumerations vary based on the device family. Refer the generated header file for the actual UART_ERROR enumerator constants.

Summary

Defines the data type for the UART peripheral errors.

Description

This may be used to check the type of error occurred with the UART peripheral during error status. An error of type UART_ERROR is returned by the UARTx_ErrorGet API.

Remarks

None.