SW006010 Microchip Technology, SW006010 Datasheet - Page 58

no-image

SW006010

Manufacturer Part Number
SW006010
Description
MPLAB 17C SOFTWARE
Manufacturer
Microchip Technology
Datasheets

Specifications of SW006010

Tool Function
Compiler
Tool Type
Compiler
Processor Series
PIC17C
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
MPLAB®
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
MPLAB
2.12
apRNOVS^-page 54
TIMER FUNCTIONS
C17 C Compiler Libraries
This section contains a list of individual functions and an example of use of the
functions in this section. Functions may be implemented as macros.
2.12.1
CloseTimer0
CloseTimer1
CloseTimer2
CloseTimer3
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
Code Example:
OpenTimer0
OpenTimer1
OpenTimer2
OpenTimer3
Device:
Function:
Include:
Prototype:
Arguments:
Function Descriptions
PIC17C4X, PIC17C756
This function disables the specified timer.
timers16.h
void CloseTimer0 (void);
void CloseTimer1 (void);
void CloseTimer2 (void);
void CloseTimer3 (void);
None
This function simply disables the interrupt and the specified
timer.
None
t0close.c
t1close.c
t2close.c
t3close.c
CloseTimer0();
PIC17C4X, PIC17C756
Configures the specified timer.
timers16.h
void OpenTimer0 (static unsigned char config);
void OpenTimer1 (static unsigned char config);
void OpenTimer2 (static unsigned char config);
void OpenTimer3 (static unsigned char config);
config
The value of config can be a combination of the following values
(defined in
All OpenTimer functions
TIMER_INT_ON Interrupts ON
TIMER_INT_OFF Interrupts OFF
timers16.h
):
 2002 Microchip Technology Inc.

Related parts for SW006010