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

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
dci_transmit_ready( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
dci_write( )
Syntax:
Parameters:
Returns:
Function:
dci_transmit_ready()
None
An int1. Returns true if the DCI module is ready to transmit
(there is space open in the hardware buffer).
Use this function to poll the transmit buffers.
Only available on devices with DCI
None
while(1)
{
}
None
DCI
dci_data_received( )
dci_write(left channel, right channel);
left channel- A pointer to a signed int16 that holds the outgoing audio data for
the left channel (on a stereo system). This data is transmitted on the bus
before the right channel data (for situations where left & right channel does
have meaning)
right channel- A pointer to a signed int16 that holds the outgoing audio data
for the right channel (on a stereo system). This data is transmitted on the bus
after the data in left channel.
undefined
Use this function to transmit two data words. Do not use this function with
DMA. This function is provided mainly for applications involving a stereo codec.
If your application does not use both channels but only transmits on a slot
(see setup_dci()), use only the left channel. If you transmit more than two
slots, call this function multiple times.
if(dci_transmit_ready())
{
}
Overview,
//transmit data, load buffers, etc…
setup_dci(
),
dci_start(
),
dci_write(
),
dci_read(
),
173

Related parts for PCDIDE COMPILER