#include <USBDescriptors.h>
#include <USBRequests.h>
#include <HIDDescriptors.h>
#include <HIDDKeyboard.h>
#include <USBDDriver.h>
Go to the source code of this file.
Functions | |
void | HIDDKeyboardDriver_Initialize (const USBDDriverDescriptors *pDescriptors) |
void | HIDDKeyboardDriver_ConfigurationChangedHandler (uint8_t cfgnum) |
void | HIDDKeyboardDriver_RequestHandler (const USBGenericRequest *request) |
Definition of methods for using a HID keyboard device driver.
Definition in file HIDDKeyboardDriver.h.