RTEMS  5.1
Macros | Functions
exar17d15x.h File Reference

Exar Multiport PCI UART interface. More...

Go to the source code of this file.

Macros

#define EXAR17D15X_DRIVER_TABLE_ENTRY   { exar17d15x_initialize, NULL, NULL, NULL, NULL, NULL }
 

Functions

rtems_device_driver exar17d15x_initialize (rtems_device_major_number major, rtems_device_minor_number minor, void *arg)
 Exar 17D15x Initialization Entry Point. More...
 

Detailed Description

Exar Multiport PCI UART interface.

Macro Definition Documentation

◆ EXAR17D15X_DRIVER_TABLE_ENTRY

#define EXAR17D15X_DRIVER_TABLE_ENTRY   { exar17d15x_initialize, NULL, NULL, NULL, NULL, NULL }

This macro defines the standard device driver table entry for a console device driver.

Function Documentation

◆ exar17d15x_initialize()

rtems_device_driver exar17d15x_initialize ( rtems_device_major_number  major,
rtems_device_minor_number  minor,
void *  arg 
)

Exar 17D15x Initialization Entry Point.

This method initializes the Exar XR17D15x device driver.

Parameters
[in]majoris the device driver major number
[in]minoris the device driver minor number
[in]argis the parameters to this call
Returns
This method returns RTEMS_SUCCESSFUL when the device driver is successfully initialized.