1.2.4.4.20 SYS_CONSOLE_DEVICE Enum

C

typedef enum
{
    SYS_CONSOLE_DEV_USART,

    SYS_CONSOLE_DEV_USB_CDC,

    SYS_CONSOLE_DEV_MAX,

} SYS_CONSOLE_DEVICE;

Summary

Lists the available console devices.

Description

This enumeration lists all of the available console devices. A console device is a physical peripheral used by the console service to send and receive data.

Remarks

None.