代码搜索:timer0
找到约 1,870 项符合「timer0」的源代码
代码结果 1,870
www.eeworm.com/read/351554/10640432
a51 t0_m1_c_gs.a51
$INCLUDE (reg_c51.INC)
org 000h
ljmp begin
org 00Bh
ljmp it_timer0
;/**
; * FUNCTION_PURPOSE: This file set up timer 0 in mode 1 (16 bits counter)
; * with a software gate. The counter
www.eeworm.com/read/351552/10640771
a51 t0_m1_c_gh.a51
$INCLUDE (reg_c51.INC)
org 000h
ljmp begin
org 00Bh
ljmp it_timer0
;/**
; * FUNCTION_PURPOSE: This file set up timer 0 in mode 1 (16 bits counter)
; * with a hardware gate. The counter
www.eeworm.com/read/351550/10640879
a51 t0_m0_t_gs.a51
$INCLUDE (reg_c51.INC)
org 000h
ljmp begin
org 00Bh
ljmp it_timer0
;/**
; * FUNCTION_PURPOSE: This file set up timer 0 in mode 0 (13 bits timer)
; * with a software gate.
; * The 13-b
www.eeworm.com/read/351548/10640969
a51 t0_m0_t_gh.a51
$INCLUDE (reg_c51.INC)
org 000h
ljmp begin
org 00Bh
ljmp it_timer0
;/**
; * FUNCTION_PURPOSE: This file set up timer 0 in mode 0 (13 bits timer)
; * with a hardware gate.
; * The 13-b
www.eeworm.com/read/351547/10641047
a51 t0_m0_c_gs.a51
$INCLUDE (reg_c51.INC)
org 000h
ljmp begin
org 00Bh
ljmp it_timer0
;/**
; * FUNCTION_PURPOSE: This file set up timer 0 in mode 0 (13 bits counter)
; * with a software gate. The counter
www.eeworm.com/read/460394/7251821
c main.c
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// ;
// uC/OS-II ARM porting source
www.eeworm.com/read/146233/12662873
c mcu.c
//----------------------------------------------------------------------------------------------------
// ID Code : Mcu.c No.0001
// Update Note :
//
//-------------------------------------
www.eeworm.com/read/242630/12995543
c spi_ee_poll1.c
//-----------------------------------------------------------------------------
// SPI_EE_Poll1.c
//-----------------------------------------------------------------------------
// Copyright 2002 C
www.eeworm.com/read/241033/13178391
c spi_ee_poll1.c
//-----------------------------------------------------------------------------
// SPI_EE_Poll1.c
//-----------------------------------------------------------------------------
// Copyright 2002 C
www.eeworm.com/read/322903/13361917
txt readme.txt
TIMER0 定时中断演示程序:
短接 JP4 的 1-2,选用LED显示。
TIMER0 定时控制P0口的LED灯移动速度。