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

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
Examples:
Example Files:
Also See:
get_motor_pwm_count( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
Data16 = get_motor_pmw_count(pwm);
pwm- Defines the pwm module used.
time- The event time for the PWM unit.
16 bits of data
Returns the PWM event on the motor control unit.
Devices that have the motor control PWM unit.
None
Data16 = get_motor_pmw_event(1);
None
setup_motor_pwm(), setup_motor_unit(), set_motor_pwm_event(),
setup_motor_pwm_duty();
setup_timer3(TMR_INTERNAL | TMR_DIV_BY_8);
setup_capture(2, CAPTURE_FE | CAPTURE_TIMER3);
while(TRUE) {
None
setup_capture(
}
timerValue = get_capture(2, TRUE);
printf(“Capture 2 occurred at: %LU”, timerValue);
),
setup_compare(
),
Input Capture Overview
185

Related parts for PCDIDE COMPILER