WebRadioApp  0.1
usbh_platform.h
Go to the documentation of this file.
1 /* USER CODE BEGIN Header */
24 /* USER CODE END Header */
25 
26 /* Define to prevent recursive inclusion -------------------------------------*/
27 #ifndef __USBH_PLATFORM_H__
28 #define __USBH_PLATFORM_H__
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 /* Includes ------------------------------------------------------------------*/
35 #include "usb_host.h"
36 
37 /* USER CODE BEGIN INCLUDE */
38 
39 /* USER CODE END INCLUDE */
40 
41 void MX_DriverVbusHS(uint8_t state);
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif /* __USBH_PLATFORM_H__ */
48 
53 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
usb_host.h
: Header for usb_host.c file.
data
char data[48]
Definition: ntpudp.c:32
usbh_platform.h
: Header for usbh_platform.c file.
MX_DriverVbusHS
void MX_DriverVbusHS(uint8_t state)
Drive VBUS.
Definition: usbh_platform.c:40