CS496122-CQZ Cirrus Logic Inc, CS496122-CQZ Datasheet - Page 30

IC DSP 32BIT 16CH SER IO 144LQFP

CS496122-CQZ

Manufacturer Part Number
CS496122-CQZ
Description
IC DSP 32BIT 16CH SER IO 144LQFP
Manufacturer
Cirrus Logic Inc
Type
Audio Processorr
Datasheets

Specifications of CS496122-CQZ

Applications
Audio routing, processing
Mounting Type
Surface Mount
Package / Case
144-LQFP
Product
Modules
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
598-1022 - MODULE COBRANET 4961 CM2 MT598-1007 - EVAL BOARD CS496122 COBRANET
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
598-1073

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
CS496122-CQZ
Manufacturer:
Cirrus Logic Inc
Quantity:
10 000
Part Number:
CS496122-CQZ
Manufacturer:
CIRRUS
Quantity:
20 000
Part Number:
CS496122-CQZR
Manufacturer:
Cirrus Logic Inc
Quantity:
10 000
CobraNet Hardware User’s Manual
Host Management Interface (HMI)
30
7.4.1.5. Packet Received
Sets bridgeRxPkt = bridgeRxReady thus acknowledging receipt of the packet in
bridgeRxPktBuffer.
void PacketReceive( void )
{
}
7.4.1.6. Packet Transmit
Sets bridgeTxPkt = bridgeTxPktDone+1 thus initiating transmission of the contents of
bridgeTxPktBuffer. Presumably bridgeTxPktBuffer has been previously written with valid
packet data.
void PacketTransmit( void )
{
}
7.4.1.7. Goto Counters
Moves HMI data pointers to interrupt status variables (beginning at hackStatus).
void GotoCounters( void )
{
}
int msgack = MSG_D;
MSG_C = MOP_PACKET_RECEIVE;
MSG_D = CVR_MULTIPLEX_OP;
while( !( ( msgack ^ MSG_D ) & ( 1 << MSG_TOGGLE_BO ) ) );
int msgack = MSG_D;
MSG_C = MOP_PACKET_TRANSMIT;
MSG_D = CVR_MULTIPLEX_OP;
while( !( ( msgack ^ MSG_D ) & ( 1 << MSG_TOGGLE_BO ) ) );
int msgack = MSG_D;
MSG_C = MOP_GOTO_COUNTERS;
MSG_D = CVR_MULTIPLEX_OP;
while( !( ( msgack ^ MSG_D ) & ( 1 << MSG_TOGGLE_BO ) ) );
©
Copyright 2005 Cirrus Logic, Inc.
DS651UM23
Version 2.3

Related parts for CS496122-CQZ