代码搜索:耳机接口
找到约 10,000 项符合「耳机接口」的源代码
代码结果 10,000
www.eeworm.com/read/176523/9494971
h uart.h
#ifndef _UART_H
#define _UART_H
//UART0接口
//**********Put a single byte to the serial port.
void put(unsigned char data) ;
//***********Receive a single byte from the serial port.
unsigned c
www.eeworm.com/read/166185/10030394
h studentscoredoc.h
// StudentScoreDoc.h : CStudentScoreDoc 类的接口
//
#include "User.h"
#define WM_REFRESHLIST =WM_USER+50
#pragma once
class CStudentScoreDoc : public CDocument
{
protected: // 仅从序列化创建
CStudentSc
www.eeworm.com/read/165423/10063019
v usbf_utmi_if.v
`include "usbf_defines.v"
module usbf_utmi_if(
// UTMI接口部分的端口定义
phy_clk, rst,
DataOut, TxValid, TxReady,
RxValid, RxActive, RxError, DataIn,
XcvSelect, TermSel, SuspendM, LineState,
OpMo
www.eeworm.com/read/360711/10080917
c lcd_expand.c
//========================================================================
// 文件名: LCD_Expand.c
// 作 者: Xinqiang Zhang(email: xinqiang@mzdesign.com.cn)
// 日 期: 2007/04/08
// 描 述: 硬件加速版LCD特殊应用接口
www.eeworm.com/read/163143/10173877
c ultrasonic_app.c
//========================================================================
// 文件名称: ultrasonic_App.c
// 功能描述: 超声波测距模组V2.0的功能接口函数
// 维护记录: 2006-02-21 V2.0
//========================================
www.eeworm.com/read/163143/10174000
c ultrasonic_app.c
//========================================================================
// 文件名称: ultrasonic_App.c
// 功能描述: 超声波测距模组V2.0的功能接口函数
// 维护记录: 2006-02-21 V2.0
//========================================
www.eeworm.com/read/355432/10266447
h io.h
/*
********************************************************************************************************************
*描述: 独立的CAN 控制器SJA1000与硬件接口头文件定义
*文件名: SJA1000IO.H
*应用语言: KEIL C51
www.eeworm.com/read/355379/10272710
h crypt.h
/**
* 包加密/解密接口
*/
#ifndef __EFLOW_CRYPT_H__
#define __EFLOW_CRYPT_H__
extern void encrypt(unsigned char *buf,int len);
extern void decrypt(unsigned char *buf,int len);
#endif