PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 246

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
qei_status( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
qsort( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
232
status = qei_status( [unit] );
status- The status of the QEI module
unit- Optional unit number, defaults to 1.
void
Returns the status of the QUI module.
Devices that have the QEI module.
Nothing.
status = qei_status();
None
setup_qei()
qsort (base, num, width, compare)
base: Pointer to array of sort data
num: Number of elements
width: Width of elements
compare: Function that compares two elements
None
Performs the shell-metzner sort (not the quick sort algorithm). The contents of the
array are sorted into ascending order according to a comparison function pointed
to by compare.
All devices
#INCLUDE <stdlib.h>
int nums[5]={ 2,3,1,5,4};
int compar(void *arg1,void *arg2);
,
qei_set_count()
, qei_get_count().

Related parts for PCDIDE COMPILER