![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
This file provides the HID core functions. More...
Go to the source code of this file.
Functions | |
uint8_t | USBD_HID_SendReport (USBD_HandleTypeDef *pdev, uint8_t *report, uint16_t len) |
USBD_HID_SendReport Send HID Report. More... | |
uint32_t | USBD_HID_GetPollingInterval (USBD_HandleTypeDef *pdev) |
USBD_HID_GetPollingInterval return polling interval from endpoint descriptor. More... | |
Variables | |
USBD_ClassTypeDef | USBD_HID |
This file provides the HID core functions.
* * =================================================================== * HID Class Description * =================================================================== * This module manages the HID class V1.11 following the "Device Class Definition * for Human Interface Devices (HID) Version 1.11 Jun 27, 2001". * This driver implements the following aspects of the specification: * - The Boot Interface Subclass * - The Mouse protocol * - Usage Page : Generic Desktop * - Usage : Joystick * - Collection : Application * * @note In HS mode and when the DMA is used, all variables and data structures * dealing with the DMA during the transaction process should be 32-bit aligned. * * *
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file usbd_hid.c.