FreeBSD kernel usb device Code
usb_fs_open Struct Reference

#include <usb_ioctl.h>

Data Fields

uint32_t max_bufsize
 
uint32_t max_frames
 
uint16_t max_packet_length
 
uint8_t dev_index
 
uint8_t ep_index
 
uint8_t ep_no
 

Detailed Description

Definition at line 195 of file usb_ioctl.h.

Field Documentation

◆ dev_index

uint8_t usb_fs_open::dev_index

Definition at line 202 of file usb_ioctl.h.

◆ ep_index

uint8_t usb_fs_open::ep_index

Definition at line 203 of file usb_ioctl.h.

◆ ep_no

uint8_t usb_fs_open::ep_no

Definition at line 204 of file usb_ioctl.h.

◆ max_bufsize

uint32_t usb_fs_open::max_bufsize

Definition at line 197 of file usb_ioctl.h.

◆ max_frames

uint32_t usb_fs_open::max_frames

Definition at line 200 of file usb_ioctl.h.

◆ max_packet_length

uint16_t usb_fs_open::max_packet_length

Definition at line 201 of file usb_ioctl.h.


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