SI2457-D-FT Silicon Laboratories Inc, SI2457-D-FT Datasheet - Page 302

no-image

SI2457-D-FT

Manufacturer Part Number
SI2457-D-FT
Description
IC ISOMODEM SYSTEM-SIDE 24TSSOP
Manufacturer
Silicon Laboratories Inc
Datasheets

Specifications of SI2457-D-FT

Lead Free Status / Rohs Status
Lead free / RoHS Compliant
AN93
}
302
}
SFRPAGE = SFRPAGE_SAVE;
EA = 1;
}
// ***TXE INTERRUPT***
if ( TXEInterrupt )
{
}
// Check if the status register needs to be written
if ( control_update )
{
}
// Read register 1 to get current status
ReadModemStatus;
// Reset receiver counter for a subsequent RXF condition in this loop
BytesReceived = 0;
// Insert code here to inform the host of the U70 interrupt
// or service it application dependent), e.g.
gU70Interrupt = 1;
// Clear the data sent counter
BytesSent = 0;
// The transmit FIFO is fourteen bytes deep, therefore upon TXE interrupts
// (two bytes or fewer in the transmit FIFO), it is possible to send up to
// twelve bytes to the part without risking overflow.
while ( ( gUARTToModemBufferSize > 0 ) && ( BytesSent < 12 ) )
{
}
// If there weren't enough data sent to clear the interrupt, clear it manually.
if ( BytesSent < 3 )
{
}
writeModem( HIR1, modem_control, 0xFF );
control_update = 0;
writeModem( HIR0, pullByteForModem(), 0xFF );
BytesSent++;
// Clear the TXE bit to clear the interrupt
ClearTXE;
control_update = 1;
// Restore SFR page
// Enable global interrupt
Rev. 1.3

Related parts for SI2457-D-FT