UART Enumerations - PalouseRobosub/SUBLIBinal GitHub Wiki
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.