![Tews Technologies TDRV006-SW-82 User Manual Download Page 14](http://html1.mh-extra.com/html/tews-technologies/tdrv006-sw-82/tdrv006-sw-82_user-manual_1093641014.webp)
TDRV006-SW-82 - Linux Device Driver
Page 14 of 31
3.2.2 tdrv006Write
NAME
tdrv006Write – set value of output buffer
SYNOPSIS
TDRV006_STATUS tdrv006Write
(
TDRV006_HANDLE
hdl,
unsigned int
out31_0,
unsigned int
out63_32
)
DESCRIPTION
This function sets the output value.
The specified value will only appear on the I/O lines which are configured for output.
PARAMETER
hdl
This value specifies the device handle to the hardware module retrieved by a call to the
corresponding open-function.
out31_0
This argument specifies the output value for I/O lines 0 up to 31. Bit 0 specifies the value of I/O
line 0, bit 1 the value of I/O line 1, and so on.
out63_32
This argument specifies the output value for I/O lines 32 up to 63. Bit 0 specifies the value of I/O
line 32, bit 1 the value of I/O line 33, and so on.