MeterLogger
Data Fields
UartDevice Struct Reference

#include <include/driver/uart.h>

Collaboration diagram for UartDevice:

Data Fields

UartBautRate baut_rate
 
UartBitsNum4Char data_bits
 
UartExistParity exist_parity
 
UartParityMode parity
 
UartStopBitsNum stop_bits
 
UartFlowCtrl flow_ctrl
 
RcvMsgBuff rcv_buff
 
TrxMsgBuff trx_buff
 
RcvMsgState rcv_state
 
int received
 
int buff_uart_no
 

Detailed Description

Definition at line 134 of file uart.h.

Field Documentation

◆ baut_rate

UartBautRate UartDevice::baut_rate

◆ buff_uart_no

int UartDevice::buff_uart_no

Definition at line 145 of file uart.h.

◆ data_bits

UartBitsNum4Char UartDevice::data_bits

Definition at line 136 of file uart.h.

Referenced by uart_config(), and uart_init().

◆ exist_parity

UartExistParity UartDevice::exist_parity

Definition at line 137 of file uart.h.

Referenced by uart_config(), and uart_init().

◆ flow_ctrl

UartFlowCtrl UartDevice::flow_ctrl

Definition at line 140 of file uart.h.

◆ parity

UartParityMode UartDevice::parity

Definition at line 138 of file uart.h.

Referenced by uart_config(), and uart_init().

◆ rcv_buff

RcvMsgBuff UartDevice::rcv_buff

Definition at line 141 of file uart.h.

Referenced by uart_config().

◆ rcv_state

RcvMsgState UartDevice::rcv_state

Definition at line 143 of file uart.h.

◆ received

int UartDevice::received

Definition at line 144 of file uart.h.

◆ stop_bits

UartStopBitsNum UartDevice::stop_bits

◆ trx_buff

TrxMsgBuff UartDevice::trx_buff

Definition at line 142 of file uart.h.


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