These are the examples provided for [[/users/frank26080115/libraries/LPC1700CMSIS_Lib/]] Note, the entire "program" is not compilable!

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers clock-arch.h Source File

clock-arch.h

00001 #ifndef __CLOCK_ARCH_H__
00002 #define __CLOCK_ARCH_H__
00003 
00004 #include "lpc_types.h"
00005 
00006 typedef unsigned int clock_time_t;
00007 
00008 #define CLOCK_CONF_SECOND 100   // tick number every second
00009 
00010 #endif /* __CLOCK_ARCH_H__ */