FreeBSD kernel usb device Code
usb_cdc_line_state Struct Reference

#include <usb_cdc.h>

Data Fields

uDWord dwDTERate
 
uByte bCharFormat
 
uByte bParityType
 
uByte bDataBits
 

Detailed Description

Definition at line 128 of file usb_cdc.h.

Field Documentation

◆ bCharFormat

uByte usb_cdc_line_state::bCharFormat

Definition at line 130 of file usb_cdc.h.

Referenced by ufoma_cfg_param(), umodem_cfg_param(), and uplcom_cfg_param().

◆ bDataBits

uByte usb_cdc_line_state::bDataBits

Definition at line 140 of file usb_cdc.h.

Referenced by ufoma_cfg_param(), umodem_cfg_param(), and uplcom_cfg_param().

◆ bParityType

uByte usb_cdc_line_state::bParityType

Definition at line 134 of file usb_cdc.h.

Referenced by ufoma_cfg_param(), umodem_cfg_param(), and uplcom_cfg_param().

◆ dwDTERate

uDWord usb_cdc_line_state::dwDTERate

Definition at line 129 of file usb_cdc.h.

Referenced by ufoma_cfg_param(), umodem_cfg_param(), and uplcom_cfg_param().


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