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

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
can_abort()
can_enable_b_transfer(BUFFER b)
can_enable_b_receiver(BUFFER b)
can_enable_rtr(BUFFER b)
can_disable_rtr(BUFFER b)
can_load_rtr (BUFFER b, int8 *data, int8 len)
can_set_buffer_size(int8 size)
can_enable_filter
(CAN_FILTER_CONTROL filter)
can_disable_filter
(CAN_FILTER_CONTROL filter)
can_associate_filter_to_buffer
(CAN_FILTER_ASSOCIATION_BUFFERS
buffer, CAN_FILTER_ASSOCIATION filter)
can_associate_filter_to_mask
(CAN_MASK_FILTER_ASSOCIATION
mask, CAN_FILTER_ASSOCIATION filter)
can_fifo_getd(int32 &id, int8 *data, int8
&len, struct rx_stat &stat )
can_trb0_putd(int32 id, int8 *data, int8 len,
int8 pri, int1 ext, int1 rtr)
58
Aborts all pending transmissions.
Sets the specified programmable buffer to be a
transmit buffer. ECAN
Sets the specified programmable buffer to be a
receive buffer. By default all programmable buffers
are set to be receive buffers. ECAN
Enables the automatic response feature which
automatically sends a user created packet when a
specified ID is received. ECAN
Disables the automatic response feature. ECAN
Creates and loads the packet that will automatically
transmitted when the triggering ID is received. ECAN
Set the number of buffers to use. Size can be 4, 6, 8,
12, 16, 24, and 32. By default can_init() sets size to
32. ECAN
Enables one of the acceptance filters included in the
ECAN module. ECAN
Disables one of the acceptance filters included in the
ECAN module. ECAN
Used to associate a filter to a specific buffer. This
allows only specific buffers to be filtered and is
available in the ECAN module. ECAN
Used to associate a mask to a specific buffer. This
allows only specific buffer to have this mask applied.
This feature is available in the ECAN module. ECAN
Retrieves the next buffer in the FIFO buffer. Only
available in the ECAN module. ECAN
Constructs a CAN packet using the given arguments
and places it in transmit buffer 0. Similar functions
available for all transmit buffers 0-7. Buffer must be
made a transmit buffer with can_enable_b_transfer()
function before function can be used. ECAN

Related parts for PCDIDE COMPILER