tinyusb
usbh_hub.h
Go to the documentation of this file.
1 /**************************************************************************/
37 /**************************************************************************/
38 
42 #ifndef _TUSB_USBH_HUB_H_
43 #define _TUSB_USBH_HUB_H_
44 
45 //--------------------------------------------------------------------+
46 // INCLUDE
47 //--------------------------------------------------------------------+
48 #include "common/common.h"
49 
50 #ifdef __cplusplus
51  extern "C" {
52 #endif
53 
54 
55 void usbh_hub_port_plugged_isr(uint8_t hub_addr, uint8_t hub_port);
56 
57 
58 #ifdef __cplusplus
59  }
60 #endif
61 
62 #endif /* _TUSB_USBH_HUB_H_ */
63