ARM9教程DSP教程FPGA教程CPLD教程12A软硬件设计0229
// This is the main interrupt handler. The application code should setup the // interrupt and call this function.
// The interrupt should be setup as edge triggered.
void srl0_handle_interrupt ( unsigned int base,
srl0_transmit_buffer_t *transmit_buffer, srl0_receive_buffer_t *receive_buffer); #endif