VxWorks Reference Manual : Libraries

tcic

NAME

tcic - Databook TCIC/2 PCMCIA host bus adaptor chip driver

ROUTINES

tcicInit( ) - initialize the TCIC chip

DESCRIPTION

This library contains routines to manipulate the PCMCIA functions on the Databook DB86082 PCMCIA chip.

The initialization routine tcicInit( ) is the only global function and is included in the PCMCIA chip table pcmciaAdapter. If tcicInit( ) finds the TCIC chip, it registers all function pointers of the PCMCIA_CHIP structure.

SEE ALSO

tcic


Libraries : Routines

tcicInit( )

NAME

tcicInit( ) - initialize the TCIC chip

SYNOPSIS

STATUS tcicInit
    (
    int     ioBase,   /* IO base address */
    int     intVec,   /* interrupt vector */
    int     intLevel, /* interrupt level */
    FUNCPTR showRtn   /* show routine */
    )

DESCRIPTION

This routine initializes the TCIC chip.

RETURNS

OK, or ERROR if the TCIC chip cannot be found.

SEE ALSO

tcic