Nirvana Jay / Mbed 2 deprecated F7DISCO_Demo

Dependencies:   BSP_DISCO_F746NG_patch mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

usbh_hid_keybd.c File Reference

usbh_hid_keybd.c File Reference

This file is the application layer for USB Host HID Keyboard handling QWERTY and AZERTY Keyboard are supported as per the selection in usbh_hid_keybd.h. More...

Go to the source code of this file.

Functions

static USBH_StatusTypeDef USBH_HID_KeybdDecode (USBH_HandleTypeDef *phost)
 USBH_HID_KeybdDecode The function decode keyboard data.
USBH_StatusTypeDef USBH_HID_KeybdInit (USBH_HandleTypeDef *phost)
 USBH_HID_KeybdInit The function init the HID keyboard.
HID_KEYBD_Info_TypeDef * USBH_HID_GetKeybdInfo (USBH_HandleTypeDef *phost)
 USBH_HID_GetKeybdInfo The function return keyboard information.
uint8_t USBH_HID_GetASCIICode (HID_KEYBD_Info_TypeDef *info)
 USBH_HID_GetASCIICode The function decode keyboard data into ASCII characters.

Detailed Description

This file is the application layer for USB Host HID Keyboard handling QWERTY and AZERTY Keyboard are supported as per the selection in usbh_hid_keybd.h.

Author:
MCD Application Team
Version:
V3.2.2
Date:
07-July-2015
Attention:

© COPYRIGHT 2015 STMicroelectronics

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 usbh_hid_keybd.c.