TIP675-SW-42 – VxWorks Device Driver
Page 13 of 31
4 I/O Functions
4.1 open()
NAME
open() - open a device or file.
SYNOPSIS
int open
(
const char
*name,
int
flags,
int
mode
)
DESCRIPTION
Before I/O can be performed to the TIP675 device, a file descriptor must be opened by invoking the
basic I/O function
open().
PARAMETER
name
Specifies the device which shall be opened, the name specified in tip675DevCreate() must be
used
flags
Not used
mode
Not used