Nut/OS  5.0.5
API Reference
_DEVICE_PROP Struct Reference

#include <usb_core.h>

Collaboration diagram for _DEVICE_PROP:
[legend]

Data Fields

void(* Init )(void)
void(* Reset )(void)
void(* Process_Status_IN )(void)
void(* Process_Status_OUT )(void)
RESULT(* Class_Data_Setup )(uint8_t RequestNo)
RESULT(* Class_NoData_Setup )(uint8_t RequestNo)
RESULT(* Class_Get_Interface_Setting )(uint8_t Interface, uint8_t AlternateSetting)
uint8_t *(* GetDeviceDescriptor )(uint16_t Length)
uint8_t *(* GetConfigDescriptor )(uint16_t Length)
uint8_t *(* GetStringDescriptor )(uint16_t Length)
uint8_tRxEP_buffer
uint8_t MaxPacketSize

Field Documentation

void(* _DEVICE_PROP::Init)(void)

Referenced by USB_Init().

void(* _DEVICE_PROP::Reset)(void)

Referenced by In0_Process().

Referenced by Out0_Process().


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