Peripheral Device Interface Layer. More...
#include "usb_hcd.h"
Go to the source code of this file.
Classes | |
struct | _USBH_HCD_INT |
Macros | |
#define | CLEAR_HC_INT(HC_REGS, intr) |
#define | MASK_HOST_INT_ACK(hc_num) |
#define | MASK_HOST_INT_CHH(hc_num) |
#define | UNMASK_HOST_INT_ACK(hc_num) |
#define | UNMASK_HOST_INT_CHH(hc_num) |
Typedefs | |
typedef struct _USBH_HCD_INT | USBH_HCD_INT_cb_TypeDef |
Functions | |
void | ConnectCallback_Handler (USB_OTG_CORE_HANDLE *pdev) |
void | Disconnect_Callback_Handler (USB_OTG_CORE_HANDLE *pdev) |
void | Overcurrent_Callback_Handler (USB_OTG_CORE_HANDLE *pdev) |
uint32_t | USBH_OTG_ISR_Handler (USB_OTG_CORE_HANDLE *pdev) |
HOST_Handle_ISR This function handles all USB Host Interrupts. More... | |
Variables | |
USBH_HCD_INT_cb_TypeDef * | USBH_HCD_INT_fops |
Peripheral Device Interface Layer.
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file usb_hcd_int.h.