Loading...
Searching...
No Matches
usb_desc_cdcecm_speed_t Struct Reference

USB CDC ECM connection speed change notification. More...

Detailed Description

USB CDC ECM connection speed change notification.

See also
USB CDC 1.2 spec section 6.3.3

Definition at line 267 of file cdc.h.

#include <cdc.h>

Data Fields

usb_setup_t setup
 Setup request header for the notification.
 
uint32_t down
 Downlink bit rate.
 
uint32_t up
 Uplink bit rate.
 

Field Documentation

◆ down

uint32_t usb_desc_cdcecm_speed_t::down

Downlink bit rate.

Definition at line 269 of file cdc.h.

◆ setup

usb_setup_t usb_desc_cdcecm_speed_t::setup

Setup request header for the notification.

Definition at line 268 of file cdc.h.

◆ up

uint32_t usb_desc_cdcecm_speed_t::up

Uplink bit rate.

Definition at line 270 of file cdc.h.


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