#include <common/p33c_pral/p33c_uart.h>
Data Fields | |
volatile struct UART_INSTANCE_STATUS_s | status |
Status word of the UART object. More... | |
volatile struct UART_INTERFACE_CHANNEL_s | RxD |
UART Receive Channel Configuration. More... | |
volatile struct UART_INTERFACE_CHANNEL_s | TxD |
UART Receive Channel Configuration. More... | |
volatile uint16_t | uart |
UART instance of interface. More... | |
Definition at line 124 of file p33c_uart.h.
volatile struct UART_INTERFACE_CHANNEL_s RxD |
UART Receive Channel Configuration.
Definition at line 126 of file p33c_uart.h.
volatile struct UART_INSTANCE_STATUS_s status |
Status word of the UART object.
Definition at line 125 of file p33c_uart.h.
volatile struct UART_INTERFACE_CHANNEL_s TxD |
UART Receive Channel Configuration.
Definition at line 127 of file p33c_uart.h.
volatile uint16_t uart |
UART instance of interface.
Definition at line 128 of file p33c_uart.h.