STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
stm32f4xx_ll_usb.c File Reference

USB Low Layer HAL module driver. More...

#include "stm32f4xx_hal.h"
Include dependency graph for stm32f4xx_ll_usb.c:

Go to the source code of this file.

Detailed Description

USB Low Layer HAL module driver.

Author
MCD Application Team
     This file provides firmware functions to manage the following
     functionalities of the USB Peripheral Controller:
      + Initialization/de-initialization functions
      + I/O operation functions
      + Peripheral Control functions
      + Peripheral State functions
Attention

Copyright (c) 2016 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

==============================================================================
                  ##### How to use this driver #####
==============================================================================
  [..]
    (#) Fill parameters of Init structure in USB_CfgTypeDef structure.

    (#) Call USB_CoreInit() API to initialize the USB Core peripheral.

    (#) The upper HAL HCD/PCD driver will call the right routines for its internal processes.

Definition in file stm32f4xx_ll_usb.c.