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

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
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
setup_psp(option,address_mask)
Syntax:
Parameters:
Returns:
Function:
setup_psp (options,address_mask);
setup_psp(options);
Option- The mode of the Parallel slave port. This allows to set the slave port
mode, read-write strobe options and other functionality of the PMP module. See
the devices .h file for all options. Some typical options include:
· PAR_PSP_AUTO_INC
· PAR_CONTINUE_IN_IDLE
· PAR_INTR_ON_RW - Interrupt on read write
· PAR_INC_ADDR – Increment address by 1 every read/write cycle
· PAR_WAITE4 – 4 Tcy Wait for data hold after strobe
address_mask- This allows the user to setup the address enable register with a
16 bit value. This value determines which address lines are active from the
available 16 address lines PMA0: PMA15
Undefined.
Configures various options in the PMP module. The options are present in the
device.h file and they are used to setup the module. The PMP module is highly
configurable and this function allows users to setup configurations like the Slave
mode, Interrupt options, address increment/decrement options, Address enable
bits and various strobe and delay options.
Undefined.
Configures various options in the PMP module. The options are present in the
device.h file and they are used to setup the module. The PMP module is highly
configurable and this function allows users to setup configurations like the Master
mode, Interrupt options, address increment/decrement options, Address enable
bits and various strobe and delay options.
Only the devices with a built in Parallel Port module.
Constants are defined in the devices .h file.
setup_pmp( PAR_ENABLE |PAR_MASTER_MODE_1 |
PAR_STOP_IN_IDLE,0x00FF );
// Sets up Master mode with address lines PMA0:PMA7
None
setup_pmp(), pmp_address(), pmp_read(), psp_read(), psp_write(), pmp_write(),
psp_output_full(), psp_input_full(), psp_overflow(), pmp_output_full(),
pmp_input_full(),pmp_overflow().
See header file for device selected.
277

Related parts for PCDIDE COMPILER