Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG_patch mbed-rtos mbed
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.
- 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.
Generated on Tue Jul 12 2022 14:58:32 by
1.7.2