Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
cdc_acm_line_coding Struct Reference

Data structure for GET_LINE_CODING / SET_LINE_CODING class requests. More...

#include <zephyr/usb/class/usb_cdc.h>

Data Fields

uint32_t dwDTERate
uint8_t bCharFormat
uint8_t bParityType
uint8_t bDataBits

Detailed Description

Data structure for GET_LINE_CODING / SET_LINE_CODING class requests.

Field Documentation

◆ bCharFormat

uint8_t cdc_acm_line_coding::bCharFormat

◆ bDataBits

uint8_t cdc_acm_line_coding::bDataBits

◆ bParityType

uint8_t cdc_acm_line_coding::bParityType

◆ dwDTERate

uint32_t cdc_acm_line_coding::dwDTERate

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