FreeBSD kernel usb device Code
uath_chunk Struct Reference

#include <if_uathreg.h>

Data Fields

uint8_t seqnum
 
uint8_t flags
 
uint16_t length
 

Detailed Description

Definition at line 128 of file if_uathreg.h.

Field Documentation

◆ flags

uint8_t uath_chunk::flags

Definition at line 130 of file if_uathreg.h.

Referenced by uath_data_rxeof(), uath_dataflush(), and uath_tx_start().

◆ length

uint16_t uath_chunk::length

Definition at line 134 of file if_uathreg.h.

Referenced by uath_data_rxeof(), uath_dataflush(), and uath_tx_start().

◆ seqnum

uint8_t uath_chunk::seqnum

Definition at line 129 of file if_uathreg.h.

Referenced by uath_data_rxeof(), uath_dataflush(), and uath_tx_start().


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