Skip to content
Ryan Summers edited this page Sep 6, 2015 · 1 revision

UART Enumerations

This wiki page contains information about the enumerations used within the UART configuration structures and functions. Please refer to the list below to be redirected to the appropriate documentation

Enumerations


UART_Channel

Definition

    typedef enum {
        UART_CH_1,
        UART_CH_2
    } UART_Channel;

The UART_Channel enumeration is simply used to specify which UART channel should be modified or configured.

top

Clone this wiki locally