![]() |
Morse Micro IoT SDK
2.12.3
|
Configuration to use for a UART peripheral.
Definition at line 47 of file mmhal_uart.h.
#include <mmhal_uart.h>
Data Fields | |
| uint32_t | baudrate |
| The baud rate to run the UART peripheral at. More... | |
| bool | hw_flow_ctrl_en |
| Whether or not hardware flow control will be used (RTS/CTS). More... | |
| uint32_t mmhal_uart_config::baudrate |
The baud rate to run the UART peripheral at.
Definition at line 50 of file mmhal_uart.h.
| bool mmhal_uart_config::hw_flow_ctrl_en |
Whether or not hardware flow control will be used (RTS/CTS).
Definition at line 52 of file mmhal_uart.h.