代码搜索结果
找到约 10,000 项符合
USB 的代码
usb_led.cmd
-w
-stack 400h
-sysstack 500
-l rts55x.lib
MEMORY
{
PAGE 0:
/* memory mapped registers */
MMR_RESERVED: origin= 0x00000, length= 0x000BF
/* On-chip Dual Access
usb_led.c
#define LED *(int *)0x400001
main()
{
int i;
ioport unsigned int *EBSR =(unsigned int *)0x6c00;
ioport unsigned int *CE21 =(unsigned int *)0x809;
i=*EBSR;
i= i&0xfffc;
i=i
2410usb.h
/*********************************************
NAME: 2410usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS
usb_desc.h
/*
** HID MOUSE DESCRIPTOR DECLARATIONS
*/
const char hid_report_desc_table[] =
{
0x05, 0x01, /*usage page (generic desktop) */
0x09, 0x02, /*usage (mouse) */
0xA1, 0x01, /*collection
usb_driver.cpp
NTSTATUS Asgccusb::DriverEntry(PUNICODE_STRING RegistryPath) //驱程入口
{
KRegistryKey Params(RegistryPath, L"Parameters");
if ( NT_SUCCESS(Params.LastError()) )
{
LoadRegistryParameters(Par