代码搜索:usb 是什么?

找到约 10,000 项符合「usb 是什么?」的源代码

代码结果 10,000
www.eeworm.com/read/479492/1331796

h hal_usb.h

/* Copyright (c) 2007 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in de
www.eeworm.com/read/479492/1331801

h usb_map.h

/* Copyright (c) 2007 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in de
www.eeworm.com/read/479492/1331803

c hal_usb.c

/* Copyright (c) 2007 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in de
www.eeworm.com/read/479274/1333778

c usb_irq.c

#include "usb_irq.h" #include "system.h" #include "sys/alt_irq.h" alt_irq_context status; unsigned char INT_Enabled=1; void disable() { if(INT_Enabled) { status=alt_irq_disable_al
www.eeworm.com/read/479274/1333781

h usb_irq.h

#ifndef __USB_IRQ_H__ #define __USB_IRQ_H__ // IRQ basic action for usb void disable(); void enable(); #endif
www.eeworm.com/read/479274/1333805

c usb_irq.c

#include "usb_irq.h" #include "system.h" #include "sys/alt_irq.h" alt_irq_context status; unsigned char INT_Enabled=1; void disable() { if(INT_Enabled) { status=alt_irq_disable_al
www.eeworm.com/read/479274/1333808

h usb_irq.h

#ifndef __USB_IRQ_H__ #define __USB_IRQ_H__ // IRQ basic action for usb void disable(); void enable(); #endif
www.eeworm.com/read/479151/1337068

h usb-char.h

/* * Copyright (C) 2001 Extenex Corporation * * usb-char.h * * Character device emulation client for SA-1100 client usb core. * * * */ #ifndef _USB_CHAR_H #define _USB_CHAR_H #define USBC_MA
www.eeworm.com/read/479151/1337073

h usb_ctl.h

/* * Copyright (C) Compaq Computer Corporation, 1998, 1999 * Copyright (C) Extenex Corporation 2001 * * usb_ctl.h * * PRIVATE interface used to share info among components of the SA-1100 USB
www.eeworm.com/read/479151/1337080

c usb_send.c

/* * Generic xmit layer for the SA1100 USB client function * Copyright (c) 2001 by Nicolas Pitre * * This code was loosely inspired by the original version which was * Copyright (c) Compaq Comput