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_Private_Variables
[USBH_HID_KEYBD]
Functions | |
| 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. | |
| static USBH_StatusTypeDef | USBH_HID_KeybdDecode (USBH_HandleTypeDef *phost) |
| USBH_HID_KeybdDecode The function decode keyboard data. | |
Function Documentation
| uint8_t USBH_HID_GetASCIICode | ( | HID_KEYBD_Info_TypeDef * | info ) |
USBH_HID_GetASCIICode The function decode keyboard data into ASCII characters.
- Parameters:
-
phost,: Host handle info,: Keyboard information
- Return values:
-
ASCII code
Definition at line 404 of file usbh_hid_keybd.c.
| HID_KEYBD_Info_TypeDef* USBH_HID_GetKeybdInfo | ( | USBH_HandleTypeDef * | phost ) |
USBH_HID_GetKeybdInfo The function return keyboard information.
- Parameters:
-
phost,: Host handle
- Return values:
-
keyboard information
Definition at line 347 of file usbh_hid_keybd.c.
| static USBH_StatusTypeDef USBH_HID_KeybdDecode | ( | USBH_HandleTypeDef * | phost ) | [static] |
USBH_HID_KeybdDecode The function decode keyboard data.
- Parameters:
-
phost,: Host handle
- Return values:
-
USBH Status
Definition at line 365 of file usbh_hid_keybd.c.
| USBH_StatusTypeDef USBH_HID_KeybdInit | ( | USBH_HandleTypeDef * | phost ) |
USBH_HID_KeybdInit The function init the HID keyboard.
- Parameters:
-
phost,: Host handle
- Return values:
-
USBH Status
Definition at line 315 of file usbh_hid_keybd.c.
Generated on Tue Jul 12 2022 14:58:50 by
1.7.2