代码搜索:timer0
找到约 1,870 项符合「timer0」的源代码
代码结果 1,870
www.eeworm.com/read/228696/14367434
txt readme.txt
8051 Pulse Width Measurement Example
This example program shows how to compute the width of a pulse using timer0 in mode 1. Port 3.2 is used as an external gate for the timer. An interrupt is used to
www.eeworm.com/read/223843/14615761
c timer0.c
#include
/*
* Example code for using timer0 on a 17C756
* Just sets up a 1 second interrupt and increments a variable
*/
/*
* Calculate preload value for one second timer
*/
www.eeworm.com/read/27111/979913
c timer0.c
#include
/*
* Example code for using timer0 on a 16F84
* Just sets up a 1 second interrupt and increments a variable
*/
/*
* Calculate preload value for one second timer
*/