代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer._c
#include
#include "main.h"
#include "shell.h"
#include "8880.h"
#include "serial.h"
void timer1_init(void)
{
TCCR1B = 0x00; //stop
TCNT1H = 0xE3; //setup
TCNT1L = 0xE1;
OCR1AH
timer.lis
.module timer.c
.area text(rom, con, rel)
0000 .dbfile E:\Shuaihu\AVR\8880\timer.c
0000 .dbfunc e timer1_init _
timer._h
void timer1_init(void);
extern char* noresponse";
extern char* handdown;
timer.o
XL
H 4 areas 7 global symbols
M timer.c
S _sysoption Ref0000
S _delay Ref0000
S _noresponse Ref0000
S _serial_send Ref0000
A text size 100 flags 0
dbfile E:\Shuaihu\AVR\8880\timer.c
dbfunc e
timer.c
#include
#include "main.h"
#include "shell.h"
#include "8880.h"
#include "serial.h"
void timer1_init(void)
{
TCCR1B = 0x00; //stop
TCNT1H = 0xE3; //setup
TCNT1L = 0xE1;
OCR1AH
timer.h
void timer1_init(void);
extern char* noresponse;
extern char* handdown;
timer.s
.module timer.c
.area text(rom, con, rel)
.dbfile E:\Shuaihu\AVR\8880\timer.c
.dbfunc e timer1_init _timer1_init fV
.even
_timer1_init::
.dbline -1
.dbline 7
; #include
; #in
timer.c
/* A couple of routines to implement a low-overhead timer for drivers */
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li
timer.h
/* Defines for routines to implement a low-overhead timer for drivers */
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li