Avalon Firmware
 
Loading...
Searching...
No Matches
usb.c File Reference

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
 

Detailed Description

This file provides code for the configuration of the USB instances.

Attention

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.

Function Documentation

◆ HAL_PCD_MspDeInit()

void HAL_PCD_MspDeInit ( PCD_HandleTypeDef * pcdHandle)

◆ HAL_PCD_MspInit()

void HAL_PCD_MspInit ( PCD_HandleTypeDef * pcdHandle)

Initializes the peripherals clocks

◆ MX_USB_PCD_Init()

void MX_USB_PCD_Init ( void )

Variable Documentation

◆ hpcd_USB_FS

PCD_HandleTypeDef hpcd_USB_FS