1.1.10.4.21 DRV_USART_ERROR Enum

1.1.10.4.21 C

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

1.1.10.4.21 Summary

Defines the different types of errors for USART driver.

1.1.10.4.21 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

1.1.10.4.21 Remarks

None.