Digital Power Starter Kit 3 Firmware
dsPIC33C Boost Converter Voltage Mode Control Example
UART_INTERFACE_s Struct Reference

#include <common/p33c_pral/p33c_uart.h>

+ Collaboration diagram for UART_INTERFACE_s:

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...
 

Detailed Description

Definition at line 124 of file p33c_uart.h.

Field Documentation

◆ RxD

volatile struct UART_INTERFACE_CHANNEL_s RxD

UART Receive Channel Configuration.

Definition at line 126 of file p33c_uart.h.

◆ status

volatile struct UART_INSTANCE_STATUS_s status

Status word of the UART object.

Definition at line 125 of file p33c_uart.h.

◆ TxD

volatile struct UART_INTERFACE_CHANNEL_s TxD

UART Receive Channel Configuration.

Definition at line 127 of file p33c_uart.h.

◆ uart

volatile uint16_t uart

UART instance of interface.

Definition at line 128 of file p33c_uart.h.


The documentation for this struct was generated from the following file: