Lazuli
Loading...
Searching...
No Matches
Data Fields
Lz_SerialConfiguration Struct Reference

Represents the configuration of a serial interface. More...

#include <serial.h>

Data Fields

enum Lz_SerialEnableFlags enableFlags
 The enable/disable Tx/Rx options.
 
enum Lz_SerialStopBits stopBits
 The number of stop bits.
 
enum Lz_SerialParityBit parityBit
 The kind of parity bit.
 
enum Lz_SerialSize size
 The size of the character.
 
enum Lz_SerialSpeed speed
 The baud rate.
 

Detailed Description

Represents the configuration of a serial interface.

This configuration applies for both transmission and reception.

Definition at line 222 of file serial.h.

Field Documentation

◆ enableFlags

enum Lz_SerialEnableFlags Lz_SerialConfiguration::enableFlags

The enable/disable Tx/Rx options.

Definition at line 226 of file serial.h.

◆ stopBits

enum Lz_SerialStopBits Lz_SerialConfiguration::stopBits

The number of stop bits.

Definition at line 231 of file serial.h.

◆ parityBit

enum Lz_SerialParityBit Lz_SerialConfiguration::parityBit

The kind of parity bit.

Definition at line 236 of file serial.h.

◆ size

enum Lz_SerialSize Lz_SerialConfiguration::size

The size of the character.

Definition at line 241 of file serial.h.

◆ speed

enum Lz_SerialSpeed Lz_SerialConfiguration::speed

The baud rate.

Definition at line 246 of file serial.h.


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