代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/385891/2577917
c pci_auto.c
/*
* PCI autoconfiguration library
*
* Author: Matt Porter
*
* Copyright 2000, 2001 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and
www.eeworm.com/read/385822/2584120
h auto_update.h
/*
* (C) Copyright 2004
* Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free so
www.eeworm.com/read/385822/2584133
c auto_update.c
/*
* (C) Copyright 2003-2004
* Gary Jennejohn, DENX Software Engineering, gj@denx.de.
* Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
*
* See file CREDITS for list of people wh
www.eeworm.com/read/383766/2613343
c guidev_auto.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/382957/2623216
c guidev_auto.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/378825/2680773
h auto_isp.h
#ifndef _timer1_h_
#define _timer1_h_
//定时器1初始化,串口波特率初始化
//自动ISP功能模块
void timer1_init(void)
{
//定时器1工作在模式2,8Bit自动重装载模式
TMOD = (TMOD & 0X0F) | 0X20;
SCON = 0x50;
PCON |= 0x80;//波特率翻倍