This file provides code for the configuration of the USB instances. More...
#include "usb.h"Functions | |
| void | MX_USB_PCD_Init (void) |
| void | HAL_PCD_MspInit (PCD_HandleTypeDef *pcdHandle) |
| void | HAL_PCD_MspDeInit (PCD_HandleTypeDef *pcdHandle) |
Variables | |
| PCD_HandleTypeDef | hpcd_USB_FS |
This file provides code for the configuration of the USB instances.
Copyright (c) 2024 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.
| void HAL_PCD_MspDeInit | ( | PCD_HandleTypeDef * | pcdHandle | ) |
| void HAL_PCD_MspInit | ( | PCD_HandleTypeDef * | pcdHandle | ) |
Initializes the peripherals clocks
| void MX_USB_PCD_Init | ( | void | ) |
| PCD_HandleTypeDef hpcd_USB_FS |