代码搜索:Serial_init
找到约 226 项符合「Serial_init」的源代码
代码结果 226
www.eeworm.com/read/228696/14367799
c 5.4.c
#include
extern void serial_init(void);
extern unsigned char getchar(void);
extern void putchar(unsigned char ch);
extern void puthex(unsigned char ch);
void main(void)
{
uns
www.eeworm.com/read/228565/14379131
c rtc.c
#include "reg52.h"
#include "PCF8563.h" //
#include "VIiC_C51.H" //包含VI2C软件包
unsigned char rd[3];
void DelayNS(uchar no)
{
unsigned char i,j; //延时参数
for(; no>0; no--)
{
www.eeworm.com/read/412172/11212016
h serial.h
/****************************************/
/* Copyright (c) 2004, 63研究所 苗龙 */
/* All rights reserved. */
/* 作 者:苗龙 */
/*********************************
www.eeworm.com/read/336130/12475283
h serial.h
/****************************************/
/* Copyright (c) 2004, 63研究所 苗龙 */
/* All rights reserved. */
/* 作 者:苗龙 */
/*********************************
www.eeworm.com/read/107386/15608292
h serial.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//基于中断的串口驱动及显示程序
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***********************
www.eeworm.com/read/105434/15667169
h serial.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//基于中断的串口驱动及显示程序
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***********************
www.eeworm.com/read/388975/8560529
c main.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/448182/7538571
c l2-9.c
/**********************************************************************
程序名称:L2-9.c
程序功能:演示条件运算符的使用
程序作者:张三
创建时间:2008-3-28
**********************************************************************/
www.eeworm.com/read/119434/14830507
c test.c
#include
typedef unsigned char uchar;
sbit LED = P2^0;
char Buff;
uchar Key_Scan();
void Serial_Init();
void delay();
main()
{
uchar kv , fgk;
Serial_Init();
while(1
www.eeworm.com/read/152843/5656424
c atlas_setup.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* This program is free software; you can distribute it and/or modify it
* und