|
discoverpixy
|
Header file for usbh_hcs.c. More...
#include "usbh_core.h"

Go to the source code of this file.
Macros | |
| #define | HC_MAX 8 |
| #define | HC_OK 0x0000 |
| #define | HC_USED 0x8000 |
| #define | HC_ERROR 0xFFFF |
| #define | HC_USED_MASK 0x7FFF |
Functions | |
| uint8_t | USBH_Alloc_Channel (USB_OTG_CORE_HANDLE *pdev, uint8_t ep_addr) |
| USBH_Alloc_Channel Allocate a new channel for the pipe. More... | |
| uint8_t | USBH_Free_Channel (USB_OTG_CORE_HANDLE *pdev, uint8_t idx) |
| USBH_Free_Pipe Free the USB host channel. More... | |
| uint8_t | USBH_DeAllocate_AllChannel (USB_OTG_CORE_HANDLE *pdev) |
| USBH_DeAllocate_AllChannel Free all USB host channel. More... | |
| uint8_t | USBH_Open_Channel (USB_OTG_CORE_HANDLE *pdev, uint8_t ch_num, uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps) |
| USBH_Open_Channel Open a pipe. More... | |
| uint8_t | USBH_Modify_Channel (USB_OTG_CORE_HANDLE *pdev, uint8_t hc_num, uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps) |
| USBH_Modify_Channel Modify a pipe. More... | |
Header file for usbh_hcs.c.
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
1.8.9.1