Public Attributes | List of all members
uart_rs232_options Struct Reference

#include <uart_serial.h>

Public Attributes

uint32_t baudrate
 
uint32_t charlength
 
uint32_t paritytype
 
uint32_t stopbits
 

Detailed Description

Input parameters when initializing RS232 and similar modes.

Definition at line 58 of file uart_serial.h.

Member Data Documentation

◆ baudrate

uint32_t uart_rs232_options::baudrate

Set baud rate of the USART (unused in slave modes).

Definition at line 60 of file uart_serial.h.

◆ charlength

uint32_t uart_rs232_options::charlength

Number of bits to transmit as a character (5-bit to 9-bit).

Definition at line 63 of file uart_serial.h.

◆ paritytype

uint32_t uart_rs232_options::paritytype

Parity type: USART_PMODE_DISABLED_gc, USART_PMODE_EVEN_gc, USART_PMODE_ODD_gc.

Definition at line 69 of file uart_serial.h.

◆ stopbits

uint32_t uart_rs232_options::stopbits

1, 1.5 or 2 stop bits.

Definition at line 72 of file uart_serial.h.


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


inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:10