Table of Contents
Introduction
Public Interface
References
Introduction
The Boardifc driver provides general functionality of the board such as gpio configure and Frontends configure.
Public Interface
System Driver Interface
Driver initialization function
- Linux:
The Boardifc driver module is initialized by following command on target board.
# modprobe fapex_fdlboardifc
- RTOS:
The Boardifc driver module is initialized by calling FAPEX_common_init().
Driver exit function
- Linux:
The Boardifc driver module is unregistered by following command on target board.
# modprobe -rq fapex_fdlboardifc
- RTOS:
The boardifc driver module is unregistered by calling FAPEX_common_exit().
Application Programming Interface
Functions and Macros
The driver provides the functions and macros listed below. For more information please follow the links to their detailed documentation.
- Open Driver
- FAPEX_BOARDIFC_Open()
- Close Driver
- FAPEX_BOARDIFC_Close()
- I/O control of Driver
- FAPEX_BOARDIFC_Ioctl()
References