diff options
| author | hathach <[email protected]> | 2013-07-01 15:30:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-07-01 15:30:29 +0700 |
| commit | 3f0d740776ec94ef49da69c94b70eeb1bd81af76 (patch) | |
| tree | df4cf4c2aa8043d4da51d96bb2f8ac6aeb7477be /tinyusb/class | |
| parent | 35adca5ba3517462417a439b8ee82bf43a4b6b67 (diff) | |
rename usbh_isr to usbh_xfer_isr
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/cdc_host.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tinyusb/class/cdc_host.h b/tinyusb/class/cdc_host.h index a40cea64e..5eee3670b 100644 --- a/tinyusb/class/cdc_host.h +++ b/tinyusb/class/cdc_host.h @@ -57,6 +57,11 @@ //--------------------------------------------------------------------+ // APPLICATION PUBLIC API //--------------------------------------------------------------------+ +bool tusbh_cdc_acm_is_mounted(uint8_t dev_addr) ATTR_PURE ATTR_WARN_UNUSED_RESULT; +bool tusbh_cdc_serial_is_mounted(uint8_t dev_addr) ATTR_PURE ATTR_WARN_UNUSED_RESULT; +bool tusbh_cdc_rndis_is_mounted(uint8_t dev_addr) ATTR_PURE ATTR_WARN_UNUSED_RESULT; + +tusb_interface_status_t tusbh_cdc_send(void const * p_data, uint32_t length); //--------------------------------------------------------------------+ // USBH-CLASS API |
