Embedded SDK
Embedded SDK
Functions | Variables
USBD_HID_Private_Functions
Collaboration diagram for USBD_HID_Private_Functions:

Functions

void USB_power (unsigned char enabled)
 

Variables

USBD_DescriptorsTypeDef const HID_Desc
 

Detailed Description

Function Documentation

◆ USB_power()

void USB_power ( unsigned char  enabled)

Definition at line 1560 of file usbd_impl.c.

Variable Documentation

◆ HID_Desc

USBD_DescriptorsTypeDef const HID_Desc
Initial value:
= {
USBD_DeviceDescriptor,
USBD_LangIDStrDescriptor,
USBD_ManufacturerStrDescriptor,
USBD_ProductStrDescriptor,
USBD_SerialStrDescriptor,
USBD_ConfigStrDescriptor,
USBD_InterfaceStrDescriptor,
USBD_BOSDescriptor,
}

Definition at line 1283 of file usbd_impl.c.