代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/136792/13359963
c main.c
#include "c8051f020.h"
#include
/*void Delay1us(unsigned char us)
{
while (us)
{
_nop_(); _nop_(); _nop_(); _nop_(); _nop_();
--us;
}
}*/
void SYSCLK_I
www.eeworm.com/read/136792/13360071
c main.c
#include "c8051f020.h"
#include
void Delay1us(unsigned char us)
{
while (us)
{
_nop_(); _nop_(); _nop_(); _nop_(); _nop_();
--us;
}
}
void SYSCLK_Ini
www.eeworm.com/read/136792/13360137
c main.c
#include "c8051f020.h"
#include
/*void Delay1us(unsigned char us)
{
while (us)
{
_nop_(); _nop_(); _nop_(); _nop_(); _nop_();
--us;
}
}*/
void SYSCLK
www.eeworm.com/read/322906/13361532
c main.c
#include "serl.h"
#include "printf.h"
#define GPFCON (*(volatile unsigned long *)0x56000050)
#define GPFDAT (*(volatile unsigned long *)0x56000054)
int main()
{
init_uart();
GPFDAT = 0
www.eeworm.com/read/322893/13362360
c main.c
/*
Writing to the C2xx Asynchronous Serial Port in C V1.00
by Jeff Axelrod 3/26/97
*/
#include "register.h"
#define CLKOUT1 20e+6
#define BAUD 9600
int data;
/* Disable interrup
www.eeworm.com/read/322888/13362564
c main.c
#include "reg51.h"
#include "main.h"
void timer0_setmode(T_mode_type mode)
{
switch(mode)
{
case T_13_bit:
TMOD&=0xfc;
break;
case T_16_bit:
TMOD&=0xfc;
TMOD|=0x01;
www.eeworm.com/read/322867/13363036
c main.c
/*
* Copyright (c) 2006, Benedikt Sauter
* All rights reserved.
*
* Short descripton of file:
* Example usage of usbstack in combination with an atmega32 and sl811hs
*
* Redis
www.eeworm.com/read/322867/13363051
c main.c
/*
* Copyright (c) 2006, Benedikt Sauter
* All rights reserved.
*
* Short descripton of file:
* Example usage of usbstack in combination with an atmega32 and sl811hs
*
* Redis
www.eeworm.com/read/322867/13363061
c main.c
/*
* Copyright (c) 2006, Benedikt Sauter
* All rights reserved.
*
* Short descripton of file:
* Example usage of usbstack in combination with an atmega32 and sl811hs
*
* Redis
www.eeworm.com/read/322851/13363955
c main.c
/* Copyright (C) 1996, 1997, 2000 N.M. Maclaren
Copyright (C) 1996, 1997, 2000 The University of Cambridge
This is a complete SNTP implementation, which was easier to write than to port
xntp to