代码搜索:USB HID
找到约 10,000 项符合「USB HID」的源代码
代码结果 10,000
www.eeworm.com/read/298531/3864160
h usb_hid_reports.h
#ifndef USBHIDREPORTS_H
#define USBHIDREPORTS_H
typedef struct {
BYTE modifiers;
BYTE reserved;
BYTE pKeyCodes[6];
} KEYBOARD_REPORT;
typedef struct {
BYTE buttons;
IN
www.eeworm.com/read/298531/3864164
c usb_hid_reports.c
#include "cc2511_usb_library_headers.h"
#include "usb_class_requests.h"
#include "usb_hid_reports.h"
HID_DATA __data hidData;
BOOL hidSendKeyboardReport(void) {
BOOL result = FALSE;
www.eeworm.com/read/288366/4007511
c hal_usb_hid.c
/** @file
*
* @author Ken A. Redergaard
*/
#include "hal_usb_hid.h"
#include "nordic_common.h"
static xdata uint8_t tmp_usb_buf[8];
static uint8_t tmp_usb_hid_protocol;
bool hal_usb_h
www.eeworm.com/read/288366/4007524
h hal_usb_hid.h
/** @file
* This file contain functions to handle USB HID related requests
*
* @author Ken A. Redergaard
*/
#ifndef HAL_USB_HID_H__
#define HAL_USB_HID_H__
#include
#include
www.eeworm.com/read/288366/4007554
h usb_hid_desc.h
/* Copyright (c) 2006 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is confidential property of Nordic Semiconductor. The use,
* copying, transfer or disclosure
www.eeworm.com/read/282003/4110344
java usb_hid_descriptor.java
package de.thesycon.usbio.structs;
/**
* USB HID descriptor class.
*/
public class USB_HID_DESCRIPTOR extends USB_COMMON_DESCRIPTOR
{
public final static int SIZE = 9;
/** HID class*/
www.eeworm.com/read/426150/1995352
asm usb_cls_hid.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB_cls_hid.asm
;; Ve
www.eeworm.com/read/426150/1995394
asm usb_cls_hid.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB_cls_hid.asm
;; Ve
www.eeworm.com/read/426150/1995440
asm usb_cls_hid.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB_cls_hid.asm
;; Ve
www.eeworm.com/read/413440/11155975
lis usb_cls_hid.lis
0000 ;;*****************************************************************************
0000 ;;*****************************************************************************
0000