代码搜索:lptmr

找到约 33 项符合「lptmr」的源代码

代码结果 33
www.eeworm.com/read/16065/644059

c lptmr.c

/* * File: lptmr.c * Purpose: Low Power Timer (LPTMR) examples * */ #include "lptmr.h" /********************************************************************/ void main (void) { pr
www.eeworm.com/read/16065/644060

h lptmr.h

/* * File: lpt.h * Purpose: Low Power Timer header file * */ #ifndef __lptmr_H__ #define __lptmr_H__ #include "common.h" //Pin Select constants for CSR[TPS] #define HSCMP 0x0
www.eeworm.com/read/16069/644911

txt lptmr.txt

This project demonstrates how to use the Low Power Timer (LPTMR). It has examples of using time counting mode, pulse counting mode, and setting up multiple clock sources. The examples run one after an
www.eeworm.com/read/25701/949299

c lptmr.c

/* * File: lptmr.c * Purpose: Provide common low power timer functions * * Notes: Right now only function provided is used * to generate a delay in ms. This dri
www.eeworm.com/read/25701/949300

h lptmr.h

/* * File: lptmr.h * Purpose: Provide common low power timer functions * * Notes: */ #ifndef __LPTMR_H__ #define __LPTMR_H__ /**********************************************
www.eeworm.com/read/27164/980173

c lptmr.c

/* * File: lptmr.c * Purpose: Provide common low power timer functions * * Notes: Right now only function provided is used * to generate a delay in ms. This dri
www.eeworm.com/read/27164/980174

h lptmr.h

/* * File: lptmr.h * Purpose: Provide common low power timer functions * * Notes: */ #ifndef __LPTMR_H__ #define __LPTMR_H__ /**********************************************
www.eeworm.com/read/16065/644061

c lptmr_clocksource.c

/* * File: lptmr_clocksource.c * Purpose: Examples of using different clock sources * */ #include "lptmr.h" /* * Internal Reference Clock (PSC=0x0) * The Internal Reference Clock
www.eeworm.com/read/16065/644062

c lptmr_interrupt.c

/* * File: lptmr_interrupt.c * Purpose: Example using interrupts with the LPTMR * Vector 101 redefined in isr.h * */ #include "lptmr.h" char LPTMR_INTERRUPT;
www.eeworm.com/read/16065/644063

c lptmr_counter.c

/* * File: lptmr_counter.c * Purpose: Time Counter Examples * */ #include "lptmr.h" /* * Counting example using the LPO clock. * * Sets compare value to 5000. Thus when using t