![]() |
NUC472_NUC442_BSP V3.03.003
The Board Support Package for NUC472/NUC442
|
#include <stdio.h>#include <string.h>#include "NUC472_442.h"#include "usbh_core.h"#include "usbh_hub.h"#include "usbh_ohci.h"
Go to the source code of this file.
Functions | |
| URB_T * | USBH_AllocUrb () |
| Allocate an URB from USB Core driver internal URB pool. More... | |
| void | USBH_FreeUrb (URB_T *urb) |
| Free the URB allocated from USBH_AllocUrb() More... | |