VxWorks Reference Manual : Libraries
m68332Sio - Motorola MC68332 tty driver
m68332DevInit( ) - initialize the SCC
m68332Int( ) - handle an SCC interrupt
This is the driver for the Motorola MC68332 on-chip UART. It has only one serial channel.
A M68332_CHAN structure is used to describe the chip. The BSP's sysHwInit( ) routine typically calls sysSerialHwInit( ), which initializes all the values in the M68332_CHAN structure (except the SIO_DRV_FUNCS) before calling m68332DevInit( ). The BSP's sysHwInit2( ) routine typically calls sysSerialHwInit2( ), which connects the chips interrupt (m68332Int) via intConnect( ).
drv/sio/m68332Sio.h
m68332DevInit( ) - initialize the SCC
void m68332DevInit ( M68332_CHAN * pChan )
This initializes the chip to a quiescent state.
N/A
m68332Int( ) - handle an SCC interrupt
void m68332Int ( M68332_CHAN * pChan )
This routine handles SCC interrupts.
N/A