![]() |
WL865E4-P
36.07.001
|
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 |
UART configuration structure.
UART configuration structure.
Definition at line 632 of file m2mb_profile.h.
UINT32 baud_rate |
Supported baud rates till 115200 bps
Definition at line 636 of file m2mb_profile.h.
UINT8 bits_per_char |
Bits per character.
Definition at line 639 of file m2mb_profile.h.
UINT8 enable |
Flag to enable or disable the configuration
Definition at line 634 of file m2mb_profile.h.
UINT8 enable_flow_ctrl |
Enable flow control.
Definition at line 641 of file m2mb_profile.h.
UINT8 enable_loopback |
Enable loopback.
Definition at line 640 of file m2mb_profile.h.
UINT8 num_stop_bits |
Number of stop bits.
Definition at line 638 of file m2mb_profile.h.
UINT8 parity_mode |
Parity mode.
Definition at line 637 of file m2mb_profile.h.
UINT8 port |
UART port to be opened
Definition at line 635 of file m2mb_profile.h.