summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc_host.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-10-27 15:15:28 +0700
committerhathach <[email protected]>2013-10-27 15:15:28 +0700
commitf941f88549ef72b223bb9edc8f921fae3f9ea561 (patch)
treeeda168f4a1b58d3388326803b59b2c2817ff0237 /tinyusb/class/cdc_host.h
parent76e993c45cb518430b000af2ec67b524235dde68 (diff)
rndis document
Diffstat (limited to 'tinyusb/class/cdc_host.h')
-rw-r--r--tinyusb/class/cdc_host.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tinyusb/class/cdc_host.h b/tinyusb/class/cdc_host.h
index 11746c372..4c78e6f73 100644
--- a/tinyusb/class/cdc_host.h
+++ b/tinyusb/class/cdc_host.h
@@ -88,7 +88,10 @@ void tusbh_cdc_xfer_isr(uint8_t dev_addr, tusb_event_t event, cdc_pipeid_t pipe_
// RNDIS APPLICATION API
//--------------------------------------------------------------------+
/** \addtogroup CDC_RNDIS Remote Network Driver Interface Specification (RNDIS)
+ * @{
+ * \addtogroup CDC_RNSID_Host Host
* @{ */
+
bool tusbh_cdc_rndis_is_mounted(uint8_t dev_addr) ATTR_PURE ATTR_WARN_UNUSED_RESULT;
tusb_error_t tusbh_cdc_rndis_get_mac_addr(uint8_t dev_addr, uint8_t mac_address[6]);
@@ -108,6 +111,7 @@ void tusbh_cdc_rndis_unmounted_cb(uint8_t dev_addr);
void tusbh_cdc_rndis_xfer_isr(uint8_t dev_addr, tusb_event_t event, cdc_pipeid_t pipe_id, uint32_t xferred_bytes);
/// @}
+/// @}
//--------------------------------------------------------------------+
// USBH-CLASS API