Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
cdc_acm_line_coding Struct Reference

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

#include <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: