4.6.35.1 Functions
RETURN_CODE_t USB_HIDKeyboardReportInSend (USB_KEYBOARD_REPORT_DATA_t *data)
Sends a HID keyboard input report to the interrupt IN endpoint.
void USB_HIDKeyboardInputReportSentCallback (USB_PIPE_t pipe, USB_TRANSFER_STATUS_t status, uint16_t bytesTransferred)
Verifies if a transfer was completed.
RETURN_CODE_t USB_HIDMouseReportInSend (USB_MOUSE_REPORT_DATA_t *data)
Sends a HID mouse input report to the interrupt IN endpoint.