rndis document
This commit is contained in:
@@ -87,7 +87,7 @@ void tusbh_cdc_xfer_isr(uint8_t dev_addr, tusb_event_t event, cdc_pipeid_t pipe_
|
|||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
// RNDIS APPLICATION API
|
// RNDIS APPLICATION API
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
/** \defgroup CDC_RNDIS Remote Network Driver Interface Specification (RNDIS)
|
/** \addtogroup CDC_RNDIS Remote Network Driver Interface Specification (RNDIS)
|
||||||
* @{ */
|
* @{ */
|
||||||
bool tusbh_cdc_rndis_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_error_t tusbh_cdc_rndis_get_mac_addr(uint8_t dev_addr, uint8_t mac_address[6]);
|
tusb_error_t tusbh_cdc_rndis_get_mac_addr(uint8_t dev_addr, uint8_t mac_address[6]);
|
||||||
|
|||||||
@@ -36,10 +36,9 @@
|
|||||||
*/
|
*/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
/** \ingroup TBD
|
/** \addtogroup CDC_RNDIS Remote Network Driver Interface Specification (RNDIS)
|
||||||
* \defgroup TBD
|
* @{
|
||||||
* \brief TBD
|
* \defgroup CDC_RNDIS_Common Common Definitions
|
||||||
*
|
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -272,3 +271,4 @@ typedef struct {
|
|||||||
#endif /* _TUSB_CDC_RNDIS_H_ */
|
#endif /* _TUSB_CDC_RNDIS_H_ */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
/** @} */
|
||||||
|
|||||||
Reference in New Issue
Block a user