代码搜索:timer0

找到约 1,870 项符合「timer0」的源代码

代码结果 1,870
www.eeworm.com/read/470239/6916579

asm happy_birthday.asm

;本程序实现蜂鸣器演奏歌曲功能 ;乐曲名称:生日快乐 ;/////////////////////////////////////////// BUZZER EQU P3.7 org 0000h ;主程序起始地址 ajmp main ;跳至主程序 org 000bh ;timer0中断起始地址 jmp tim0 ;跳至timer0中断子程序 ;;;;;;;;;
www.eeworm.com/read/470239/6916655

asm keyvoice.asm

;本程序按下矩阵键盘的按钮实现数码管的0 1 2 3 4 5 6 7 8 9 A B C D E F,同时喇叭输出声音提示 ;/////////////////////////////////////////// org 0000h ajmp main org 000bh ajmp timer0 org 0030h main: mov 30h,#100 mov
www.eeworm.com/read/469142/6978383

c main.c

#include "c8051f020.h" #include void SYSCLK_Init (void) { int i; // delay counter OSCXCN = 0x67; // start
www.eeworm.com/read/466057/7043602

asm flp.asm

;------------------------------------------------------------------------------------ ; Program square wafe osilator dengan memanfaatkan prosedur interrupt timer. ; Output berupa gelombang kotak (
www.eeworm.com/read/233875/7215555

lst timer0.lst

C51 COMPILER V7.06 TIMER0 03/01/2007 08:05:40 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE TIMER0 OBJECT MODULE PLACED IN
www.eeworm.com/read/460608/7245701

c f33x_timer0_two_8bittimers.c

//----------------------------------------------------------------------------- // F33x_Timer0_two_8bitTimers.c //----------------------------------------------------------------------------- // Co
www.eeworm.com/read/460608/7245748

c f30x_timer0_two_8bittimers.c

//----------------------------------------------------------------------------- // F30x_Timer0_two_8bitTimers.c //----------------------------------------------------------------------------- // Co
www.eeworm.com/read/460608/7245837

c f12x_timer0_two_8bittimers.c

//----------------------------------------------------------------------------- // F12x_Timer0_two_8bitTimers.c.c //----------------------------------------------------------------------------- //
www.eeworm.com/read/460608/7245886

c f04x_timer0_two_8bittimers.c

//----------------------------------------------------------------------------- // F04x_Timer0_two_8bitTimers.c //----------------------------------------------------------------------------- // Co
www.eeworm.com/read/460608/7245931

c lin_init.c

// Copyright (c) 2006 SILICON LABORATORIES, INC. // // FILE NAME : LIN_Init.c // TARGET MCU : C8051F52xA-53xA // DESCRIPTION : Initialization routines for LIN API // // Initializes the device