#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 |
Definition at line 133 of file p33c_uart.h.
| union { ... } |
| volatile bool buffer_empty |
Definition at line 137 of file p33c_uart.h.
| volatile bool buffer_full |
Definition at line 138 of file p33c_uart.h.
| volatile bool buffer_overun |
Definition at line 140 of file p33c_uart.h.
| volatile bool msg_complete |
Definition at line 142 of file p33c_uart.h.
| volatile unsigned |
Definition at line 139 of file p33c_uart.h.
| volatile uint16_t value |
Definition at line 144 of file p33c_uart.h.