Azure Sphere MT3620 M4 API Reference Manual
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Enum

This section introduces the enumerations used by UART OS-HAL used. More...

Overview

This section introduces the enumerations used by UART OS-HAL used.

Enumerations

enum  UART_PORT {
  OS_HAL_UART_PORT0 = 0,
  OS_HAL_UART_ISU0,
  OS_HAL_UART_ISU1,
  OS_HAL_UART_ISU2,
  OS_HAL_UART_ISU3,
  OS_HAL_UART_ISU4,
  OS_HAL_UART_MAX_PORT
}
 The enum definition of UART PORT. More...
 

Enumeration Type Documentation

enum UART_PORT

The enum definition of UART PORT.


It is used to configure UART.

Enumerator
OS_HAL_UART_PORT0 

Use CM4-UART as UART port.

OS_HAL_UART_ISU0 

Use ISU0 as UART port.

OS_HAL_UART_ISU1 

Use ISU1 as UART port.

OS_HAL_UART_ISU2 

Use ISU2 as UART port.

OS_HAL_UART_ISU3 

Use ISU3 as UART port.

OS_HAL_UART_ISU4 

Use ISU4 as UART port.

OS_HAL_UART_MAX_PORT 

The maximum ISU number (invalid)