4.6.29.1 Functions
void USB_HIDReportUpdatedCallbackRegister (USB_HID_REPORT_CALLBACK_t callback)
Registers a callback to the HID report.
void USB_HIDReportUpdatedCallback (void)
Checks if a callback is registered and calls the End Of Request function.
void USB_HIDInitialize (uint8_t *ratePtr, uint8_t *protocolPtr, USB_HID_REPORT_DESCRIPTOR_t *reportPtr)
Registers the rate, protocol and report descriptor for HID.
RETURN_CODE_t USB_HIDRequestHandler (USB_SETUP_REQUEST_t *setupRequestPtr)
Initializes the HID class and performs control transfers.