代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
/*
* Copyright (c) 2002, Jan Szymanski.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow
serial.c~
#include "serial.h"
#include "string.h"
char queue(int a);
short b[16];
short c=1;
int cnt=0;
int _start(){
char a[128];
int i;
init_uart0(115200);
init_uart1(115200);
for(i=0;i
serial.h
#ifndef __SERIAL_H_
#define __SERIAL_H_
//define the address of the registers used in the uart communication
#define rULCON0 (*(volatile unsigned *)0x1d00000)
#define rULCON1 (*(volatile unsigned
serial.h~
#ifndef __SERIAL_H_
#define __SERIAL_H_
//define the address of the registers used in the uart communication
#define rULCON0 (*(volatile unsigned *)0x1d00000)
#define rULCON1 (*(volatile unsigned
serial.c
#include "serial.h"
#include "string.h"
char queue(int a);
short b[16];
short c=1;
int cnt=0;
int _start(){
char a[128];
int i;
init_uart0(115200);
init_uart1(115200);
for(i=0;i
serial.lst
C51 COMPILER V7.20 SERIAL 09/29/2004 13:16:48 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE SERIAL
OBJECT MODULE PLACED IN