|
NetBurner 3.5.7
PDF Version |
USB host pipe information structure for opening pipe. More...
#include <usb_host.h>
Public Attributes | |
| void * | devInstance |
| uint16_t | nakCount |
| uint16_t | maxPacketSize |
| uint8_t | interval |
| uint8_t | endpointAddress |
| uint8_t | direction |
| uint8_t | pipeType |
| uint8_t | numberPerUframe |
USB host pipe information structure for opening pipe.
| void* _usb_host_pipe_init::devInstance |
Device instance handle
| uint8_t _usb_host_pipe_init::direction |
Endpoint direction
| uint8_t _usb_host_pipe_init::endpointAddress |
Endpoint address
| uint8_t _usb_host_pipe_init::interval |
Pipe's interval
| uint16_t _usb_host_pipe_init::maxPacketSize |
Pipe's maximum packet size
| uint16_t _usb_host_pipe_init::nakCount |
Maximum NAK retry count. MUST be zero for interrupt
| uint8_t _usb_host_pipe_init::numberPerUframe |
Transaction number for each micro-frame
| uint8_t _usb_host_pipe_init::pipeType |
Endpoint type, the value is USB_ENDPOINT_INTERRUPT, USB_ENDPOINT_CONTROL, USB_ENDPOINT_ISOCHRONOUS, USB_ENDPOINT_BULK