⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 timer.c

📁 最新的LPC214X Timer驱动程序
💻 C
字号:
////  $Id: timer.c 324 2008-11-09 04:57:15Z jcw $//  $Revision: 324 $//  $Author: jcw $//  $Date: 2008-11-08 23:57:15 -0500 (Sat, 08 Nov 2008) $//  $HeadURL: http://tinymicros.com/svn_public/arm/lpc2148_demo/trunk/timer/timer.c $//////  This timer code was contributed by Dave Madden//#include "FreeRTOS.h"#include "timer.h"void timerInit (void){  SCB_PCONP |= SCB_PCONP_PCTIM1;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -