MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / dusb_command

Class dusb_command

core/usb/dusb.c:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116};
117
118typedef struct dusb_command {
119 FILE *file;
120 uint32_t file_length;
121 dusb_command_type_t type;
122 uint8_t flag, vartype, varname_length, varname[8], varname_utf8_length, varname_utf8[8 * 3];
123} dusb_command_t;
124
125typedef enum dusb_state {
126 DUSB_INVALID_STATE,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected