WE310F5  39.00.000
M2MB_PROFILE_UART_CFG Struct Reference

UART configuration structure. More...

#include <m2mb_profile.h>

Data Fields

UINT8 enable
 
UINT8 port
 
UINT32 baud_rate
 
UINT8 parity_mode
 
UINT8 num_stop_bits
 
UINT8 bits_per_char
 
UINT8 enable_loopback
 
UINT8 enable_flow_ctrl
 

Detailed Description

UART configuration structure.

UART configuration structure.

Definition at line 637 of file m2mb_profile.h.

Field Documentation

◆ baud_rate

UINT32 baud_rate

Supported baud rates till 115200 bps

Definition at line 641 of file m2mb_profile.h.

◆ bits_per_char

UINT8 bits_per_char

Bits per character.

Definition at line 644 of file m2mb_profile.h.

◆ enable

UINT8 enable

Flag to enable or disable the configuration

Definition at line 639 of file m2mb_profile.h.

◆ enable_flow_ctrl

UINT8 enable_flow_ctrl

Enable flow control.

Definition at line 646 of file m2mb_profile.h.

◆ enable_loopback

UINT8 enable_loopback

Enable loopback.

Definition at line 645 of file m2mb_profile.h.

◆ num_stop_bits

UINT8 num_stop_bits

Number of stop bits.

Definition at line 643 of file m2mb_profile.h.

◆ parity_mode

UINT8 parity_mode

Parity mode.

Definition at line 642 of file m2mb_profile.h.

◆ port

UINT8 port

UART port to be opened

Definition at line 640 of file m2mb_profile.h.


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