![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
nRF52840 only: Module with types, definitions, and API used by the HID keyboard class. More...
Macros | |
#define | APP_USBD_HID_KBD_INTERFACE_DSC(interface_number) |
Initializer of interface descriptor for HID keyboard class. More... | |
#define | APP_USBD_HID_KBD_HID_DSC(...) APP_USBD_HID_HID_DSC(__VA_ARGS__) |
Initializer of HID descriptor for HID keyboard class. More... | |
#define | APP_USBD_HID_KBD_EP_DSC(endpoint) APP_USBD_HID_EP_DSC(endpoint, 8, 1) |
Initializer of endpoint descriptor for HID keyboard class. More... | |
#define | APP_USBD_HID_KBD_REPORT_DSC() |
Example of USB HID keyboard report descriptor. | |
nRF52840 only: Module with types, definitions, and API used by the HID keyboard class.
#define APP_USBD_HID_KBD_EP_DSC | ( | endpoint | ) | APP_USBD_HID_EP_DSC(endpoint, 8, 1) |
Initializer of endpoint descriptor for HID keyboard class.
endpoint | Endpoint number. |
#define APP_USBD_HID_KBD_HID_DSC | ( | ... | ) | APP_USBD_HID_HID_DSC(__VA_ARGS__) |
Initializer of HID descriptor for HID keyboard class.
... | Report descriptor item. |
#define APP_USBD_HID_KBD_INTERFACE_DSC | ( | interface_number | ) |
Initializer of interface descriptor for HID keyboard class.
interface_number | Interface number. |