diff options
| author | hathach <[email protected]> | 2013-11-18 17:29:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-18 17:29:12 +0700 |
| commit | 94854f805aa8c80ffe77d8cef3ecfd45a3a9f253 (patch) | |
| tree | 7b253dc397879317fd53c76e013888e9b6955b08 /tinyusb/device/dcd.h | |
| parent | b104d21e7112614e18f1e789fa2dd22ca09f9e4d (diff) | |
get lpc17xx running through enumeration (with control data < 64)
Diffstat (limited to 'tinyusb/device/dcd.h')
| -rw-r--r-- | tinyusb/device/dcd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h index 3de630949..d02108fa7 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/device/dcd.h @@ -84,10 +84,6 @@ void dcd_controller_set_configuration(uint8_t coreid); tusb_error_t dcd_pipe_control_xfer(uint8_t coreid, tusb_direction_t dir, void * p_buffer, uint16_t length); void dcd_pipe_control_stall(uint8_t coreid); -//tusb_error_t dcd_pipe_control_write(uint8_t coreid, void const * buffer, uint16_t length); -//tusb_error_t dcd_pipe_control_read(uint8_t coreid, void * buffer, uint16_t length); -//void dcd_pipe_control_write_zero_length(uint8_t coreid); - endpoint_handle_t dcd_pipe_open(uint8_t coreid, tusb_descriptor_endpoint_t const * p_endpoint_desc, uint8_t class_code) ATTR_WARN_UNUSED_RESULT; tusb_error_t dcd_pipe_queue_xfer(endpoint_handle_t edpt_hdl, void * buffer, uint16_t total_bytes) ATTR_WARN_UNUSED_RESULT; // only queue, not transferring yet tusb_error_t dcd_pipe_xfer(endpoint_handle_t edpt_hdl, void * buffer, uint16_t total_bytes, bool int_on_complete) ATTR_WARN_UNUSED_RESULT; |
