MeterLogger
|
#include <include/driver/uart.h>
UartBautRate UartDevice::baut_rate |
Definition at line 135 of file uart.h.
Referenced by en61107_delayed_uart_change_setting_timer_func(), en61107_uart_send_en61107(), en61107_uart_send_en61107_ident(), en61107_uart_send_inst_values(), en61107_uart_send_standard_data_1(), en61107_uart_send_standard_data_2(), uart_config(), and uart_init().
UartBitsNum4Char UartDevice::data_bits |
Definition at line 136 of file uart.h.
Referenced by uart_config(), and uart_init().
UartExistParity UartDevice::exist_parity |
Definition at line 137 of file uart.h.
Referenced by uart_config(), and uart_init().
UartFlowCtrl UartDevice::flow_ctrl |
UartParityMode UartDevice::parity |
Definition at line 138 of file uart.h.
Referenced by uart_config(), and uart_init().
RcvMsgBuff UartDevice::rcv_buff |
Definition at line 141 of file uart.h.
Referenced by uart_config().
RcvMsgState UartDevice::rcv_state |
UartStopBitsNum UartDevice::stop_bits |
Definition at line 139 of file uart.h.
Referenced by en61107_delayed_uart_change_setting_timer_func(), en61107_uart_send_en61107(), en61107_uart_send_en61107_ident(), en61107_uart_send_inst_values(), en61107_uart_send_standard_data_1(), en61107_uart_send_standard_data_2(), uart_config(), and uart_init().
TrxMsgBuff UartDevice::trx_buff |