Morse Micro IoT SDK  2.12.3

Detailed Description

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...
 

Field Documentation

◆ baudrate

uint32_t mmhal_uart_config::baudrate

The baud rate to run the UART peripheral at.

Definition at line 50 of file mmhal_uart.h.

◆ hw_flow_ctrl_en

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.


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