libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Enumerations
usb.hpp File Reference

USB definitions (C++ header) More...

#include <libtransistor/cpp/types.hpp>
#include <libtransistor/ipc/usb.h>
Include dependency graph for usb.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  DescriptorType { INTERFACE = 0x4, ENDPOINT = 0x5 }
 
enum  EndpointDirection { OUT = 0x00, IN = 0x80 }
 
enum  TransferType { CONTROL = 0x0, ISOCHRONOUS = 0x1, BULK = 0x2, INTERRUPT = 0x3 }
 

Detailed Description

USB definitions (C++ header)