代码搜索:Timer1
找到约 1,567 项符合「Timer1」的源代码
代码结果 1,567
www.eeworm.com/read/344097/11908900
asm 628g.asm
; Ian Paterson's Spoke POV
; Version "g" copyright 2005 Ian Paterson
; and copyleft under the terms of the GNU General Public License
; http://www.gnu.org/licenses/gpl.txt
;
; This program is
www.eeworm.com/read/342823/11997682
m51 timer1.m51
BL51 BANKED LINKER/LOCATER V5.12 02/14/2008 12:41:19 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE TILED.
www.eeworm.com/read/150498/12289294
#2 initial.#2
#include "c8051F330.h"
#include "rs232.h"
void Port_IO_Init(void)
{
P0MDIN = 0xFE;
P1MDIN = 0xF0;
P0MDOUT = 0xBD;
P1MDOUT = 0xFF;
P0SKIP = 0xC9;
www.eeworm.com/read/150498/12289351
c initial.c
#include "c8051F330.h"
#include "rs232.h"
void Port_IO_Init(void)
{
P0MDIN = 0xFE;
P1MDIN = 0xF0;
P0MDOUT = 0xBF;
P1MDOUT = 0xFF;
P0SKIP = 0xC9;
www.eeworm.com/read/337556/12358671
c vector.c
/* INTERRUPT VECTORS TABLE */
#define NULL 0
extern void _stext();
extern void KeyISR();
void (* const _vectab[])() = {
NULL, /* TBI Time Base Vector */
NULL,
www.eeworm.com/read/337549/12358896
c vector.c
/* INTERRUPT VECTORS TABLE */
#define NULL 0
extern void _stext();
extern void KeyISR();
void (* const _vectab[])() = {
NULL, /* TBI Time Base Vector */
NULL,
www.eeworm.com/read/149510/12369627
#2 initial.#2
#include "c8051F330.h"
#include "rs232.h"
void Port_IO_Init(void)
{
P0MDIN = 0xFE;
P1MDIN = 0xF0;
P0MDOUT = 0xBD;
P1MDOUT = 0xFF;
P0SKIP = 0xC9;
www.eeworm.com/read/149510/12369696
c initial.c
#include "c8051F330.h"
#include "rs232.h"
void Port_IO_Init(void)
{
P0MDIN = 0xFE;
P1MDIN = 0xF0;
P0MDOUT = 0xBF;
P1MDOUT = 0xFF;
P0SKIP = 0xC9;
www.eeworm.com/read/225831/14513969
c vector.c
/* INTERRUPT VECTORS TABLE */
#define NULL 0
extern void _stext();
extern void KeyISR();
void (* const _vectab[])() = {
NULL, /* TBI Time Base Vector */
NULL,
www.eeworm.com/read/225831/14513981
c vector.c
/* INTERRUPT VECTORS TABLE */
#define NULL 0
extern void _stext();
extern void KeyISR();
void (* const _vectab[])() = {
NULL, /* TBI Time Base Vector */
NULL,