add usbh_pipe_control_close (in conjunction with usbh pipe control open)

close control pipe when unplugged
This commit is contained in:
hathach
2013-03-13 11:20:02 +07:00
parent 97c9001d40
commit 97c436a16e
4 changed files with 30 additions and 9 deletions

View File

@@ -67,6 +67,7 @@ STATIC_ASSERT( ALIGN_OF(period_frame_list0) == 4096, "Period Framelist must be 4
#if CONTROLLER_HOST_NUMBER > 1
STATIC_ASSERT( ALIGN_OF(period_frame_list1) == 4096, "Period Framelist must be 4k alginment");
#endif
// TODO static assert for memory placement on some known MCU such as lpc43xx
//--------------------------------------------------------------------+
// IMPLEMENTATION