Библиотека LUFA (раннее название MyUSB) версия 101122
USB_Request_Header_t Struct Reference

Стандартный запрос управления USB. More...

#include <StdRequestType.h>

Data Fields

uint8_t bmRequestType
uint8_t bRequest
uint16_t wValue
uint16_t wIndex
uint16_t wLength

Detailed Description

Определение типа стандартного запроса управления USB.

See also:
См. спецификацию USB 2.0 для подробной информации по стандартным запросам управления.

Field Documentation

Тип запроса.

Код команды запроса.

Параметр запроса wIndex.

Длина данных для передачи в байтах.

Параметр запроса wValue.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines