You are on page 1of 1

C Compiler Reference Manual

Function:

Clears the interrupt flag for the given level. This function
is designed for use with a specific interrupt, thus
eliminating the GLOBAL level as a possible parameter.

Availability:

All devices

Requires

Nothing

Examples:

clear_interrupt(int_timer1);

Example Files:

None

Also See:

enable_interrupts(), #INT

COS()
See:

SIN()

COSH()
See:

SIN()

DELAY_CYCLES()
Syntax:

delay_cycles (count)

Parameters:

count - a constant 1-255

Returns:

undefined

Function:

Creates code to perform a delay of the specified number of


instruction clocks (1-255). An instruction clock is equal to
four oscillator clocks.

96

You might also like