1.1.9.4.21 DRV_USART_ERROR Enum

C

This structure is implementation specific. It is fully defined in drv_usart_definitions.h.

Summary

Defines the different types of errors for USART driver

Description

This data type defines the different types of errors for USART driver. DRV_USART_ERROR_NONE : No errors DRV_USART_ERROR_OVERRUN : Receive Overflow error DRV_USART_ERROR_PARITY : Parity error DRV_USART_ERROR_FRAMING : Framing error

Remarks

None