nrf5x add DCD_EVENT_UNPLUGGED event
This commit is contained in:
		| @@ -61,6 +61,7 @@ enum { | ||||
| #endif | ||||
|  | ||||
| #include "tusb_hal.h" | ||||
| #include "device/dcd.h" | ||||
|  | ||||
| /*------------------------------------------------------------------*/ | ||||
| /* MACRO TYPEDEF CONSTANT ENUM | ||||
| @@ -291,6 +292,8 @@ void tusb_hal_nrf_power_event (uint32_t event) | ||||
|  | ||||
|         nrf_usbd_disable(); | ||||
|         hfclk_disable(); | ||||
|  | ||||
|         dcd_event_bus_signal(0, DCD_EVENT_UNPLUGGED, true); | ||||
|       } | ||||
|     break; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach