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

#include <common/p33c_pral/p33c_uart.h>

+ Collaboration diagram for UART_DATBUF_STATUS_s:

Data Fields

union {
   volatile uint16_t   value
 
}; 
 
volatile bool buffer_empty: 1
 
volatile bool buffer_full: 1
 
volatile unsigned: 6
 
volatile bool buffer_overun: 1
 
volatile bool msg_complete: 1
 

Detailed Description

Definition at line 133 of file p33c_uart.h.

Field Documentation

◆ @347

union { ... }

◆ buffer_empty

volatile bool buffer_empty

Definition at line 137 of file p33c_uart.h.

◆ buffer_full

volatile bool buffer_full

Definition at line 138 of file p33c_uart.h.

◆ buffer_overun

volatile bool buffer_overun

Definition at line 140 of file p33c_uart.h.

◆ msg_complete

volatile bool msg_complete

Definition at line 142 of file p33c_uart.h.

◆ unsigned

volatile unsigned

Definition at line 139 of file p33c_uart.h.

◆ value

volatile uint16_t value

Definition at line 144 of file p33c_uart.h.


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